Binance Connector JS
    Preparing search index...

    Request parameters for orderTest operation in TradeApi. OrderTestRequest

    interface OrderTestRequest {
        computeCommissionRates?: boolean;
        icebergQty?: number;
        newClientOrderId?: string;
        newOrderRespType?: SpotRestAPI.OrderTestNewOrderRespTypeEnum;
        price?: number;
        quantity?: number;
        quoteOrderQty?: number;
        recvWindow?: number;
        selfTradePreventionMode?: SpotRestAPI.OrderTestSelfTradePreventionModeEnum;
        side: SpotRestAPI.OrderTestSideEnum;
        stopPrice?: number;
        strategyId?: number;
        strategyType?: number;
        symbol: string;
        timeInForce?: SpotRestAPI.OrderTestTimeInForceEnum;
        trailingDelta?: number;
        type: SpotRestAPI.OrderTestTypeEnum;
    }
    Index

    Properties

    computeCommissionRates?: boolean

    Default: false

    TradeApiOrderTest

    icebergQty?: number

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

    TradeApiOrderTest

    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.

    TradeApiOrderTest

    TradeApiOrderTest

    price?: number

    TradeApiOrderTest

    quantity?: number

    TradeApiOrderTest

    quoteOrderQty?: number

    TradeApiOrderTest

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderTest

    TradeApiOrderTest

    TradeApiOrderTest

    stopPrice?: number

    Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.

    TradeApiOrderTest

    strategyId?: number

    TradeApiOrderTest

    strategyType?: number

    The value cannot be less than 1000000.

    TradeApiOrderTest

    symbol: string

    TradeApiOrderTest

    TradeApiOrderTest

    trailingDelta?: number

    TradeApiOrderTest

    TradeApiOrderTest