Binance Connector JS
    Preparing search index...

    Interface OrderListOtoRequest

    Request parameters for orderListOto operation in TradeApi. OrderListOtoRequest

    Index

    Properties

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiOrderListOto

    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

    TradeApiOrderListOto

    pendingStopPrice?: number

    TradeApiOrderListOto

    pendingStrategyId?: number

    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

    TradeApiOrderListOto

    pendingTrailingDelta?: number

    TradeApiOrderListOto

    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

    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

    TradeApiOrderListOto

    workingStrategyId?: number

    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

    TradeApiOrderListOto

    TradeApiOrderListOto