Binance Connector JS
    Preparing search index...

    Interface OrderListOtoRequest

    Request parameters for orderListOto operation in TradeApi. OrderListOtoRequest

    Index

    Properties

    listClientOrderId?: string

    Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same listClientOrderId is accepted only when the previous one is filled or completely expired. listClientOrderId is distinct from the workingClientOrderId and the pendingClientOrderId.

    TradeApiOrderListOto

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

    TradeApiOrderListOto

    pendingClientOrderId?: string

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

    TradeApiOrderListOto

    pendingIcebergQty?: number

    This can only be used if pendingTimeInForce is GTC or if pendingType is LIMIT_MAKER.

    TradeApiOrderListOto

    pendingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOto

    pendingPegOffsetValue?: number

    TradeApiOrderListOto

    TradeApiOrderListOto

    pendingPrice?: number

    TradeApiOrderListOto

    pendingQuantity: number

    Sets the quantity for the pending order.

    TradeApiOrderListOto

    Supported values: Order Side

    TradeApiOrderListOto

    pendingStopPrice?: number

    TradeApiOrderListOto

    pendingStrategyId?: number | bigint

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

    TradeApiOrderListOto

    pendingStrategyType?: number

    Arbitrary numeric value identifying the pending order strategy. Values smaller than 1000000 are reserved and cannot be used.

    TradeApiOrderListOto

    Supported values: Time In Force

    TradeApiOrderListOto

    pendingTrailingDelta?: number

    TradeApiOrderListOto

    Supported values: Order Types. Note that MARKET orders using quoteOrderQty are not supported.

    TradeApiOrderListOto

    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.

    TradeApiOrderListOto

    selfTradePreventionMode?: OrderListOtoSelfTradePreventionModeEnum

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

    TradeApiOrderListOto

    symbol: string

    TradeApiOrderListOto

    workingClientOrderId?: string

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

    TradeApiOrderListOto

    workingIcebergQty?: number

    This can only be used if workingTimeInForce is GTC, or if workingType is LIMIT_MAKER.

    TradeApiOrderListOto

    workingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOto

    workingPegOffsetValue?: number

    TradeApiOrderListOto

    TradeApiOrderListOto

    workingPrice: number

    TradeApiOrderListOto

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListOto

    Supported values: Order Side

    TradeApiOrderListOto

    workingStrategyId?: number | bigint

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

    TradeApiOrderListOto

    workingStrategyType?: number

    Arbitrary numeric value identifying the working order strategy. Values smaller than 1000000 are reserved and cannot be used.

    TradeApiOrderListOto

    Supported values: Time In Force

    TradeApiOrderListOto

    Supported values: LIMIT, LIMIT_MAKER

    TradeApiOrderListOto