Binance Connector JS
    Preparing search index...

    Interface OrderListOpoRequest

    Request parameters for orderListOpo operation in TradeApi. OrderListOpoRequest

    Index

    Properties

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiOrderListOpo

    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

    TradeApiOrderListOpo

    TradeApiOrderListOpo

    pendingStopPrice?: number

    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

    TradeApiOrderListOpo

    pendingTrailingDelta?: number

    TradeApiOrderListOpo

    TradeApiOrderListOpo

    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.

    TradeApiOrderListOpo

    selfTradePreventionMode?: OrderListOpoSelfTradePreventionModeEnum

    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

    TradeApiOrderListOpo

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListOpo

    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

    TradeApiOrderListOpo

    TradeApiOrderListOpo