Binance Connector JS
    Preparing search index...

    Interface OrderListOpocoRequest

    Request parameters for orderListOpoco operation in TradeApi. OrderListOpocoRequest

    interface OrderListOpocoRequest {
        listClientOrderId?: string;
        newOrderRespType?: OrderListOpocoNewOrderRespTypeEnum;
        pendingAboveClientOrderId?: string;
        pendingAboveIcebergQty?: number;
        pendingAbovePegOffsetType?: PRICE_LEVEL;
        pendingAbovePegOffsetValue?: number;
        pendingAbovePegPriceType?: OrderListOpocoPendingAbovePegPriceTypeEnum;
        pendingAbovePrice?: number;
        pendingAboveStopPrice?: number;
        pendingAboveStrategyId?: number | bigint;
        pendingAboveStrategyType?: number;
        pendingAboveTimeInForce?: OrderListOpocoPendingAboveTimeInForceEnum;
        pendingAboveTrailingDelta?: number;
        pendingAboveType: OrderListOpocoPendingAboveTypeEnum;
        pendingBelowClientOrderId?: string;
        pendingBelowIcebergQty?: number;
        pendingBelowPegOffsetType?: PRICE_LEVEL;
        pendingBelowPegOffsetValue?: number;
        pendingBelowPegPriceType?: OrderListOpocoPendingBelowPegPriceTypeEnum;
        pendingBelowPrice?: number;
        pendingBelowStopPrice?: number;
        pendingBelowStrategyId?: number | bigint;
        pendingBelowStrategyType?: number;
        pendingBelowTimeInForce?: OrderListOpocoPendingBelowTimeInForceEnum;
        pendingBelowTrailingDelta?: number;
        pendingBelowType?: OrderListOpocoPendingBelowTypeEnum;
        pendingSide: OrderListOpocoPendingSideEnum;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListOpocoSelfTradePreventionModeEnum;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty?: number;
        workingPegOffsetType?: PRICE_LEVEL;
        workingPegOffsetValue?: number;
        workingPegPriceType?: OrderListOpocoWorkingPegPriceTypeEnum;
        workingPrice: number;
        workingQuantity: number;
        workingSide: OrderListOpocoWorkingSideEnum;
        workingStrategyId?: number | bigint;
        workingStrategyType?: number;
        workingTimeInForce?: OrderListOpocoWorkingTimeInForceEnum;
        workingType: OrderListOpocoWorkingTypeEnum;
    }
    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.

    TradeApiOrderListOpoco

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

    TradeApiOrderListOpoco

    pendingAboveClientOrderId?: string

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

    TradeApiOrderListOpoco

    pendingAboveIcebergQty?: number

    This can only be used if pendingAboveTimeInForce is GTC or pendingAboveType is LIMIT_MAKER.

    TradeApiOrderListOpoco

    pendingAbovePegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOpoco

    pendingAbovePegOffsetValue?: number

    Price level for pegging (max: 100). See Pegged Orders

    TradeApiOrderListOpoco

    TradeApiOrderListOpoco

    pendingAbovePrice?: number

    Can be used if pendingAboveType is STOP_LOSS_LIMIT, LIMIT_MAKER, or TAKE_PROFIT_LIMIT to specify the limit price.

    TradeApiOrderListOpoco

    pendingAboveStopPrice?: number

    Can be used if pendingAboveType is STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT.

    TradeApiOrderListOpoco

    pendingAboveStrategyId?: number | bigint

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

    TradeApiOrderListOpoco

    pendingAboveStrategyType?: number

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

    TradeApiOrderListOpoco

    Required if pendingAboveType is STOP_LOSS_LIMIT or TAKE_PROFIT_LIMIT.

    TradeApiOrderListOpoco

    pendingAboveTrailingDelta?: number

    TradeApiOrderListOpoco

    Supported values: STOP_LOSS_LIMIT, STOP_LOSS, LIMIT_MAKER, TAKE_PROFIT, TAKE_PROFIT_LIMIT

    TradeApiOrderListOpoco

    pendingBelowClientOrderId?: string

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

    TradeApiOrderListOpoco

    pendingBelowIcebergQty?: number

    This can only be used if pendingBelowTimeInForce is GTC or pendingBelowType is LIMIT_MAKER.

    TradeApiOrderListOpoco

    pendingBelowPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOpoco

    pendingBelowPegOffsetValue?: number

    TradeApiOrderListOpoco

    TradeApiOrderListOpoco

    pendingBelowPrice?: number

    Can be used if pendingBelowType is STOP_LOSS_LIMIT or TAKE_PROFIT_LIMIT to specify the limit price.

    TradeApiOrderListOpoco

    pendingBelowStopPrice?: number

    Can be used if pendingBelowType is STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT. Either pendingBelowStopPrice or pendingBelowTrailingDelta or both, must be specified.

    TradeApiOrderListOpoco

    pendingBelowStrategyId?: number | bigint

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

    TradeApiOrderListOpoco

    pendingBelowStrategyType?: number

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

    TradeApiOrderListOpoco

    Supported values: Time In Force

    TradeApiOrderListOpoco

    pendingBelowTrailingDelta?: number

    TradeApiOrderListOpoco

    Supported values: STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT

    TradeApiOrderListOpoco

    Supported values: Order Side

    TradeApiOrderListOpoco

    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.

    TradeApiOrderListOpoco

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

    TradeApiOrderListOpoco

    symbol: string

    TradeApiOrderListOpoco

    workingClientOrderId?: string

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

    TradeApiOrderListOpoco

    workingIcebergQty?: number

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

    TradeApiOrderListOpoco

    workingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListOpoco

    workingPegOffsetValue?: number

    Price level for pegging (max: 100). See Pegged Orders

    TradeApiOrderListOpoco

    TradeApiOrderListOpoco

    workingPrice: number

    Price for the working order.

    TradeApiOrderListOpoco

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListOpoco

    Supported values: Order Side

    TradeApiOrderListOpoco

    workingStrategyId?: number | bigint

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

    TradeApiOrderListOpoco

    workingStrategyType?: number

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

    TradeApiOrderListOpoco

    Supported values: Time In Force

    TradeApiOrderListOpoco

    TradeApiOrderListOpoco