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
    See Commissions FAQ to learn more.

    TradeApiSorOrderTest

    icebergQty?: number

    TradeApiSorOrderTest

    id?: string

    Unique WebSocket request ID.

    TradeApiSorOrderTest

    newClientOrderId?: string

    New ID for the canceled order. Automatically generated if not sent

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    price?: number

    TradeApiSorOrderTest

    quantity: number

    TradeApiSorOrderTest

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    strategyId?: number | bigint

    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