Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlace operation in TradeApi. OrderListPlaceRequest

    interface OrderListPlaceRequest {
        id?: string;
        limitClientOrderId?: string;
        limitIcebergQty?: number;
        limitStrategyId?: number | bigint;
        limitStrategyType?: number;
        listClientOrderId?: string;
        newOrderRespType?: OrderListPlaceNewOrderRespTypeEnum;
        price: number;
        quantity: number;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListPlaceSelfTradePreventionModeEnum;
        side: OrderListPlaceSideEnum;
        stopClientOrderId?: string;
        stopIcebergQty?: number;
        stopLimitPrice?: number;
        stopLimitTimeInForce?: OrderListPlaceStopLimitTimeInForceEnum;
        stopPrice?: number;
        stopStrategyId?: number | bigint;
        stopStrategyType?: number;
        symbol: string;
        trailingDelta?: number;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    TradeApiOrderListPlace

    limitClientOrderId?: string

    A unique Id for the limit order

    TradeApiOrderListPlace

    limitIcebergQty?: number

    Used to make the LIMIT_MAKER leg an iceberg order.

    TradeApiOrderListPlace

    limitStrategyId?: number | bigint

    TradeApiOrderListPlace

    limitStrategyType?: number

    The value cannot be less than 1000000.

    TradeApiOrderListPlace

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiOrderListPlace

    Format of the JSON response. Supported values: Order Response Type

    TradeApiOrderListPlace

    price: number

    TradeApiOrderListPlace

    quantity: number

    TradeApiOrderListPlace

    recvWindow?: number

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

    TradeApiOrderListPlace

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

    TradeApiOrderListPlace

    Please see Enums for supported values.

    TradeApiOrderListPlace

    stopClientOrderId?: string

    A unique Id for the stop loss/stop loss limit leg

    TradeApiOrderListPlace

    stopIcebergQty?: number

    Used with STOP_LOSS_LIMIT leg to make an iceberg order.

    TradeApiOrderListPlace

    stopLimitPrice?: number

    If provided, stopLimitTimeInForce is required.

    TradeApiOrderListPlace

    Valid values are GTC/FOK/IOC

    TradeApiOrderListPlace

    stopPrice?: number

    TradeApiOrderListPlace

    stopStrategyId?: number | bigint

    TradeApiOrderListPlace

    stopStrategyType?: number

    The value cannot be less than 1000000.

    TradeApiOrderListPlace

    symbol: string

    TradeApiOrderListPlace

    trailingDelta?: number

    TradeApiOrderListPlace