Binance Connector JS
    Preparing search index...

    Request parameters for sorOrderTest operation in TradeApi. SorOrderTestRequest

    interface SorOrderTestRequest {
        computeCommissionRates?: boolean;
        icebergQty?: number;
        id?: string;
        newClientOrderId?: string;
        newOrderRespType?: SpotWebsocketAPI.SorOrderTestNewOrderRespTypeEnum;
        price?: number;
        quantity: number;
        recvWindow?: number;
        selfTradePreventionMode?: SpotWebsocketAPI.SorOrderTestSelfTradePreventionModeEnum;
        side: SpotWebsocketAPI.SorOrderTestSideEnum;
        strategyId?: number;
        strategyType?: number;
        symbol: string;
        timeInForce?: SpotWebsocketAPI.SorOrderTestTimeInForceEnum;
        type: SpotWebsocketAPI.SorOrderTestTypeEnum;
    }
    Index

    Properties

    computeCommissionRates?: boolean

    Default: false

    TradeApiSorOrderTest

    icebergQty?: number

    TradeApiSorOrderTest

    id?: string

    Unique WebSocket request ID.

    TradeApiSorOrderTest

    newClientOrderId?: string

    The new client order ID for the order after being amended.
    If not sent, one will be randomly generated.
    It is possible to reuse the current clientOrderId by sending it as the newClientOrderId.

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    price?: number

    TradeApiSorOrderTest

    quantity: number

    TradeApiSorOrderTest

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    strategyId?: number

    Arbitrary numeric value identifying the order within an order strategy.

    TradeApiSorOrderTest

    strategyType?: number

    Arbitrary numeric value identifying the order strategy. Values smaller than 1000000 are reserved and cannot be used.

    TradeApiSorOrderTest

    symbol: string

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    TradeApiSorOrderTest