Order Status
When a valid order is received by CoinJar Exchange, an initial state is returned immediately with no waiting period. The initial state can be one of the following:
booked: Order is received and being worked on. If order received partial fills, the order stays asbookedwith a non-zerofilledvalue. If order has a time-in-force ofAO, the order stays asbookeduntil the end of the auction.filled: Order is completely filled. A marketable order immediately transitions to this state.cancelled: Order is cancelled. An initial status ofcancelledindicates that the order no longer satisfies the time-in-force setting (e.g. non-marketable IOC order). If order received partial fills before being cancelled, the order status iscancelledwith a non-zerofilledvalue.
Both filled and cancelled states are permanent. Orders in the booked will transition to filled when it is completely filled, or cancelled if it is cancelled by the account holder.
