Order Types
Order Lifecycle
Create, update, cancel operations and virtual fill records with fees
Order Lifecycle Operations
| Operation | Description | Network Fee |
|---|---|---|
| limit_order_create_operation | Place a new limit order | 5 × GRAPHENE_BLOCKCHAIN_PRECISION |
| limit_order_update_operation | Modify price, amount, expiration, or on_fill of a resting order | 0.375 × GRAPHENE_BLOCKCHAIN_PRECISION |
| limit_order_cancel_operation | Remove a resting order from the book | Free (0) |
| fill_order_operation (virtual) | Emitted automatically by the matching engine on each fill, not submitted by users | None |