@somnia-chain/markets-sdk / index / OrderRow
Type Alias: OrderRow
OrderRow =
OpenOrder&object
Defined in: query.ts:914
An order row with its lifecycle status + fill progress (from getOrders).
Type Declaration
status
status:
OrderStatus
fullQuantity
fullQuantity:
string
filledQuantity
filledQuantity:
string
rested
rested:
boolean
Whether the order ever rested on the book (an OrderRested fired).
expireTimestampNs
expireTimestampNs:
string
Order expiry as a uint64 nanosecond timestamp (decimal string). GTC orders carry type(uint64).max; the matcher rejects a 0/past expiry at placement, so "0" is never a live value (it is not a GTC sentinel).
placedTxHash
placedTxHash:
string
Tx hash the order was placed in.