Interface UiWrapperOpenOrderRaw

interface UiWrapperOpenOrderRaw {
    clientOrderId: bignum;
    isBid: boolean;
    lastValidSlot: number;
    marketDataIndex: number;
    numBaseAtoms: bignum;
    orderSequenceNumber: bignum;
    orderType: number;
    padding: bignum[];
    price: Uint8Array;
}

Properties

clientOrderId: bignum
isBid: boolean
lastValidSlot: number
marketDataIndex: number
numBaseAtoms: bignum
orderSequenceNumber: bignum
orderType: number
padding: bignum[]
price: Uint8Array