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 | bigint;
        strategyType?: number;
        symbol: string;
        timeInForce?: SpotWebsocketAPI.SorOrderTestTimeInForceEnum;
        type: SpotWebsocketAPI.SorOrderTestTypeEnum;
    }
    Index

    Properties

    computeCommissionRates?: boolean

    Default: false

    TradeApiSorOrderTest

    icebergQty?: number

    Used with LIMIT to create an iceberg order.

    TradeApiSorOrderTest

    id?: string

    Client-generated request identifier.

    TradeApiSorOrderTest

    newClientOrderId?: string

    A unique id among open orders. Automatically generated if not sent. Orders with the same newClientOrderID can be accepted only when the previous one is filled, otherwise the order will be rejected.

    TradeApiSorOrderTest

    Set the response JSON. ACK, RESULT, or FULL. Default to FULL.

    TradeApiSorOrderTest

    price?: number

    TradeApiSorOrderTest

    quantity: number

    TradeApiSorOrderTest

    recvWindow?: number

    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    TradeApiSorOrderTest

    The allowed enums is dependent on what is configured on the symbol. Supported values: STP Modes

    TradeApiSorOrderTest

    Please see Enums for supported values.

    TradeApiSorOrderTest

    strategyId?: number | bigint

    TradeApiSorOrderTest

    strategyType?: number

    The value cannot be less than 1000000.

    TradeApiSorOrderTest

    symbol: string

    TradeApiSorOrderTest

    Please see Enums for supported values.

    TradeApiSorOrderTest

    Please see Enums for supported values.

    TradeApiSorOrderTest