@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / OrderFillRow

Type Alias: OrderFillRow

OrderFillRow = FillRow & object

Defined in: packages/sdk/src/fills.ts:274

A fill with its order linkage — FillRow plus the two order ids and the post-fill remainders. What SomniaMarketsClient.getOrderFills returns.

Type Declaration

takerRemainingQuantity

takerRemainingQuantity: string

Taker order's unfilled remainder AFTER this fill, raw units.

makerRemainingQuantity

makerRemainingQuantity: string

Maker order's unfilled remainder AFTER this fill, raw units.

blockNumber

blockNumber: string

Block the fill landed in (decimal string).

logIndex

logIndex: number

Log index within the block (with blockNumber: the fill's id).