Binance Connector JS
    Preparing search index...

    Interface OrderListOpoRequest

    Request parameters for orderListOpo operation in TradeApi. OrderListOpoRequest

    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.

    TradeApiOrderListOpo

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

    TradeApiOrderListOpo

    pendingClientOrderId?: string

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

    TradeApiOrderListOpo

    pendingIcebergQty?: number

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

    TradeApiOrderListOpo

    pendingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOpo

    pendingPegOffsetValue?: number

    TradeApiOrderListOpo

    TradeApiOrderListOpo

    pendingPrice?: number

    Price for the pending order.

    TradeApiOrderListOpo

    Supported values: Order Side

    TradeApiOrderListOpo

    pendingStopPrice?: number

    Stop price for the pending order.

    TradeApiOrderListOpo

    pendingStrategyId?: number | bigint

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

    TradeApiOrderListOpo

    pendingStrategyType?: number

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

    TradeApiOrderListOpo

    Supported values: Time In Force

    TradeApiOrderListOpo

    pendingTrailingDelta?: number

    Trailing delta for the pending order.

    TradeApiOrderListOpo

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

    TradeApiOrderListOpo

    recvWindow?: number

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

    TradeApiOrderListOpo

    selfTradePreventionMode?: OrderListOpoSelfTradePreventionModeEnum

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

    TradeApiOrderListOpo

    symbol: string

    TradeApiOrderListOpo

    workingClientOrderId?: string

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

    TradeApiOrderListOpo

    workingIcebergQty?: number

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

    TradeApiOrderListOpo

    workingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOpo

    workingPegOffsetValue?: number

    TradeApiOrderListOpo

    TradeApiOrderListOpo

    workingPrice: number

    Price for the working order.

    TradeApiOrderListOpo

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListOpo

    Supported values: Order Side

    TradeApiOrderListOpo

    workingStrategyId?: number | bigint

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

    TradeApiOrderListOpo

    workingStrategyType?: number

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

    TradeApiOrderListOpo

    Supported values: Time In Force

    TradeApiOrderListOpo

    Supported values: LIMIT, LIMIT_MAKER

    TradeApiOrderListOpo