{s}omniamarkets

@somnia-chain/markets-sdk


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

Type Alias: FillRow

FillRow = object

Defined in: query.ts:1116

Properties

id

id: string

Defined in: query.ts:1117


fillPrice

fillPrice: string

Defined in: query.ts:1118


quantity

quantity: string

Defined in: query.ts:1119


quoteQuantity

quoteQuantity: string

Defined in: query.ts:1120


maker

maker: string | null

Defined in: query.ts:1121


makerSide

makerSide: BinarySide | null

Defined in: query.ts:1123

BINARY only — the maker's YES/NO side; null on SPOT/PERP.


taker

taker: string | null

Defined in: query.ts:1124


takerSide

takerSide: BinarySide | null

Defined in: query.ts:1127

BINARY only — the taker's YES/NO side; null on SPOT/PERP or until the taker's OrderPlaced is bridged.


kind

kind: BinaryFillKind | null

Defined in: query.ts:1130

BINARY only — how the fill settled (direct trade vs mint/burn of a pair); null on SPOT/PERP or until the taker side is known.


takerIsBid

takerIsBid: boolean | null

Defined in: query.ts:1131


timestamp

timestamp: string

Defined in: query.ts:1132


txHash

txHash: string

Defined in: query.ts:1133