Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlaceOpoco operation in TradeApi. OrderListPlaceOpocoRequest

    interface OrderListPlaceOpocoRequest {
        id?: string;
        listClientOrderId?: string;
        newOrderRespType?: OrderListPlaceOpocoNewOrderRespTypeEnum;
        pendingAboveClientOrderId?: string;
        pendingAboveIcebergQty?: number;
        pendingAbovePegOffsetType?: PRICE_LEVEL;
        pendingAbovePegOffsetValue?: number;
        pendingAbovePegPriceType?: OrderListPlaceOpocoPendingAbovePegPriceTypeEnum;
        pendingAbovePrice?: number;
        pendingAboveStopPrice?: number;
        pendingAboveStrategyId?: number | bigint;
        pendingAboveStrategyType?: number;
        pendingAboveTimeInForce?: OrderListPlaceOpocoPendingAboveTimeInForceEnum;
        pendingAboveTrailingDelta?: number;
        pendingAboveType: OrderListPlaceOpocoPendingAboveTypeEnum;
        pendingBelowClientOrderId?: string;
        pendingBelowIcebergQty?: number;
        pendingBelowPegOffsetType?: PRICE_LEVEL;
        pendingBelowPegOffsetValue?: number;
        pendingBelowPegPriceType?: OrderListPlaceOpocoPendingBelowPegPriceTypeEnum;
        pendingBelowPrice?: number;
        pendingBelowStopPrice?: number;
        pendingBelowStrategyId?: number | bigint;
        pendingBelowStrategyType?: number;
        pendingBelowTimeInForce?: OrderListPlaceOpocoPendingBelowTimeInForceEnum;
        pendingBelowTrailingDelta?: number;
        pendingBelowType?: OrderListPlaceOpocoPendingBelowTypeEnum;
        pendingSide: OrderListPlaceOpocoPendingSideEnum;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListPlaceOpocoSelfTradePreventionModeEnum;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty?: number;
        workingPegOffsetType?: PRICE_LEVEL;
        workingPegOffsetValue?: number;
        workingPegPriceType?: OrderListPlaceOpocoWorkingPegPriceTypeEnum;
        workingPrice: number;
        workingQuantity: number;
        workingSide: OrderListPlaceOpocoWorkingSideEnum;
        workingStrategyId?: number | bigint;
        workingStrategyType?: number;
        workingTimeInForce?: OrderListPlaceOpocoWorkingTimeInForceEnum;
        workingType: OrderListPlaceOpocoWorkingTypeEnum;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    TradeApiOrderListPlaceOpoco

    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.

    TradeApiOrderListPlaceOpoco

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

    TradeApiOrderListPlaceOpoco

    pendingAboveClientOrderId?: string

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

    TradeApiOrderListPlaceOpoco

    pendingAboveIcebergQty?: number

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

    TradeApiOrderListPlaceOpoco

    pendingAbovePegOffsetType?: PRICE_LEVEL

    TradeApiOrderListPlaceOpoco

    pendingAbovePegOffsetValue?: number

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

    TradeApiOrderListPlaceOpoco

    TradeApiOrderListPlaceOpoco

    pendingAbovePrice?: number

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

    TradeApiOrderListPlaceOpoco

    pendingAboveStopPrice?: number

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

    TradeApiOrderListPlaceOpoco

    pendingAboveStrategyId?: number | bigint

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

    TradeApiOrderListPlaceOpoco

    pendingAboveStrategyType?: number

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

    TradeApiOrderListPlaceOpoco

    Required if pendingAboveType is STOP_LOSS_LIMIT or TAKE_PROFIT_LIMIT.

    TradeApiOrderListPlaceOpoco

    pendingAboveTrailingDelta?: number

    TradeApiOrderListPlaceOpoco

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

    TradeApiOrderListPlaceOpoco

    pendingBelowClientOrderId?: string

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

    TradeApiOrderListPlaceOpoco

    pendingBelowIcebergQty?: number

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

    TradeApiOrderListPlaceOpoco

    pendingBelowPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListPlaceOpoco

    pendingBelowPegOffsetValue?: number

    TradeApiOrderListPlaceOpoco

    TradeApiOrderListPlaceOpoco

    pendingBelowPrice?: number

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

    TradeApiOrderListPlaceOpoco

    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.

    TradeApiOrderListPlaceOpoco

    pendingBelowStrategyId?: number | bigint

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

    TradeApiOrderListPlaceOpoco

    pendingBelowStrategyType?: number

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

    TradeApiOrderListPlaceOpoco

    Supported values: Time In Force

    TradeApiOrderListPlaceOpoco

    pendingBelowTrailingDelta?: number

    TradeApiOrderListPlaceOpoco

    Supported values: STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT

    TradeApiOrderListPlaceOpoco

    Supported values: Order Side

    TradeApiOrderListPlaceOpoco

    recvWindow?: number

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

    TradeApiOrderListPlaceOpoco

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

    TradeApiOrderListPlaceOpoco

    symbol: string

    TradeApiOrderListPlaceOpoco

    workingClientOrderId?: string

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

    TradeApiOrderListPlaceOpoco

    workingIcebergQty?: number

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

    TradeApiOrderListPlaceOpoco

    workingPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListPlaceOpoco

    workingPegOffsetValue?: number

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

    TradeApiOrderListPlaceOpoco

    TradeApiOrderListPlaceOpoco

    workingPrice: number

    Price for the working order.

    TradeApiOrderListPlaceOpoco

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListPlaceOpoco

    Supported values: Order Side

    TradeApiOrderListPlaceOpoco

    workingStrategyId?: number | bigint

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

    TradeApiOrderListPlaceOpoco

    workingStrategyType?: number

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

    TradeApiOrderListPlaceOpoco

    Supported values: Time In Force

    TradeApiOrderListPlaceOpoco

    TradeApiOrderListPlaceOpoco