Module agnostic_orderbook::instruction [−][src]
Expand description
Program instructions and their CPI-compatible bindings
Modules
| cancel_order | |
| close_market | |
| consume_events | |
| create_market | |
| new_order | 
Enums
| AgnosticOrderbookInstruction | Describes all possible instructions and their required accounts  | 
Functions
| cancel_order | Cancel an existing order in the orderbook.  | 
| close_market | Close and existing market.  | 
| consume_events | Pop a series of events off the event queue.  | 
| create_market | Create and initialize a new orderbook market  | 
| new_order | Execute a new order on the orderbook.  |