Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Order Library
struct Order { uint256 id; uint256 amountInBaseLots; uint256 priceInTicks; uint256 prevOrderId; uint256 nextOrderId; uint256 cancelTimestamp; Side side; address owner; }
function isExpired( Order memory self ) internal view returns (bool)
function isNull( Order memory self ) internal pure returns (bool)
NULL_ORDER_ID
function assertExists( Order memory self ) internal pure
OrderNotFound