Binance Connector JS
    Preparing search index...

    Interface SorOrderTestRequest

    Request parameters for sorOrderTest operation in TradeApi. SorOrderTestRequest

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

    Properties

    computeCommissionRates?: boolean

    Default: false

    TradeApiSorOrderTest

    icebergQty?: number

    Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.

    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

    TradeApiSorOrderTest

    price?: number

    TradeApiSorOrderTest

    quantity: number

    TradeApiSorOrderTest

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    strategyId?: number

    TradeApiSorOrderTest

    strategyType?: number

    The value cannot be less than 1000000.

    TradeApiSorOrderTest

    symbol: string

    TradeApiSorOrderTest

    TradeApiSorOrderTest

    TradeApiSorOrderTest