Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlace operation in TradeApi. OrderListPlaceRequest

    interface OrderListPlaceRequest {
        id?: string;
        limitClientOrderId?: string;
        limitIcebergQty?: number;
        limitStrategyId?: number;
        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;
        stopStrategyType?: number;
        symbol: string;
        trailingDelta?: number;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    TradeApiOrderListPlace

    limitClientOrderId?: string

    Arbitrary unique ID among open orders for the limit order. Automatically generated if not sent

    TradeApiOrderListPlace

    limitIcebergQty?: number

    TradeApiOrderListPlace

    limitStrategyId?: number

    Arbitrary numeric value identifying the limit order within an order strategy.

    TradeApiOrderListPlace

    limitStrategyType?: number

    Arbitrary numeric value identifying the limit order strategy.

    Values smaller than `1000000` are reserved and cannot be used.

    TradeApiOrderListPlace

    listClientOrderId?: string

    TradeApiOrderListPlace

    TradeApiOrderListPlace

    price: number

    Price for the limit order

    TradeApiOrderListPlace

    quantity: number

    TradeApiOrderListPlace

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderListPlace

    TradeApiOrderListPlace

    TradeApiOrderListPlace

    stopClientOrderId?: string

    Arbitrary unique ID among open orders for the stop order. Automatically generated if not sent

    TradeApiOrderListPlace

    stopIcebergQty?: number

    TradeApiOrderListPlace

    stopLimitPrice?: number

    TradeApiOrderListPlace

    TradeApiOrderListPlace

    stopPrice?: number

    TradeApiOrderListPlace

    stopStrategyId?: number

    Arbitrary numeric value identifying the stop order within an order strategy.

    TradeApiOrderListPlace

    stopStrategyType?: number

    Arbitrary numeric value identifying the stop order strategy.

    Values smaller than `1000000` are reserved and cannot be used.

    TradeApiOrderListPlace

    symbol: string

    TradeApiOrderListPlace

    trailingDelta?: number

    TradeApiOrderListPlace