@somnia-chain/markets-sdk / index / OrderRow
Type Alias: OrderRow
OrderRow =
OpenOrder&object
Defined in: query.ts:1123
An order row with its lifecycle status + fill progress (from SomniaMarketsClient.getOrders).
Type Declaration
status
status:
OrderStatus
Reconciled lifecycle status (Open/Filled/Cancelled/Expired/Closed).
fullQuantity
fullQuantity:
string
Original order size, raw base/outcome units.
filledQuantity
filledQuantity:
string
Cumulative filled quantity, raw base/outcome units.
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.