Binance Connector JS
    Preparing search index...

    SorOrderResponse

    interface SorOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        fills?: SorOrderResponseFillsInner[];
        orderId?: number;
        orderListId?: number;
        origQty?: string;
        origQuoteOrderQty?: string;
        price?: string;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        transactTime?: number;
        type?: string;
        usedSor?: boolean;
        workingFloor?: string;
        workingTime?: number;
    }
    Index

    Properties

    clientOrderId?: string

    SorOrderResponse

    cummulativeQuoteQty?: string

    SorOrderResponse

    executedQty?: string

    SorOrderResponse

    SorOrderResponse

    orderId?: number

    SorOrderResponse

    orderListId?: number

    SorOrderResponse

    origQty?: string

    SorOrderResponse

    origQuoteOrderQty?: string

    SorOrderResponse

    price?: string

    SorOrderResponse

    selfTradePreventionMode?: string

    SorOrderResponse

    side?: string

    SorOrderResponse

    status?: string

    SorOrderResponse

    symbol?: string

    SorOrderResponse

    timeInForce?: string

    SorOrderResponse

    transactTime?: number

    SorOrderResponse

    type?: string

    SorOrderResponse

    usedSor?: boolean

    SorOrderResponse

    workingFloor?: string

    SorOrderResponse

    workingTime?: number

    SorOrderResponse