Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlaceOco operation in TradeApi. OrderListPlaceOcoRequest

    interface OrderListPlaceOcoRequest {
        aboveClientOrderId?: string;
        aboveIcebergQty?: number;
        abovePegOffsetType?: PRICE_LEVEL;
        abovePegOffsetValue?: number;
        abovePegPriceType?: OrderListPlaceOcoAbovePegPriceTypeEnum;
        abovePrice?: number;
        aboveStopPrice?: number;
        aboveStrategyId?: number;
        aboveStrategyType?: number;
        aboveTimeInForce?: OrderListPlaceOcoAboveTimeInForceEnum;
        aboveTrailingDelta?: number;
        aboveType: OrderListPlaceOcoAboveTypeEnum;
        belowClientOrderId?: string;
        belowIcebergQty?: number;
        belowPegOffsetType?: PRICE_LEVEL;
        belowPegOffsetValue?: number;
        belowPegPriceType?: OrderListPlaceOcoBelowPegPriceTypeEnum;
        belowPrice?: number;
        belowStopPrice?: number;
        belowStrategyId?: number;
        belowStrategyType?: number;
        belowTimeInForce?: OrderListPlaceOcoBelowTimeInForceEnum;
        belowTrailingDelta?: number;
        belowType: OrderListPlaceOcoBelowTypeEnum;
        id?: string;
        listClientOrderId?: string;
        newOrderRespType?: OrderListPlaceOcoNewOrderRespTypeEnum;
        quantity: number;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListPlaceOcoSelfTradePreventionModeEnum;
        side: OrderListPlaceOcoSideEnum;
        symbol: string;
    }
    Index

    Properties

    aboveClientOrderId?: string

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

    TradeApiOrderListPlaceOco

    aboveIcebergQty?: number

    Note that this can only be used if aboveTimeInForce is GTC.

    TradeApiOrderListPlaceOco

    abovePegOffsetType?: PRICE_LEVEL

    TradeApiOrderListPlaceOco

    abovePegOffsetValue?: number

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    abovePrice?: number

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

    TradeApiOrderListPlaceOco

    aboveStopPrice?: number

    Can be used if aboveType is STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT.
    Either aboveStopPrice or aboveTrailingDelta or both, must be specified.

    TradeApiOrderListPlaceOco

    aboveStrategyId?: number

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

    TradeApiOrderListPlaceOco

    aboveStrategyType?: number

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

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    aboveTrailingDelta?: number

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    belowClientOrderId?: string

    TradeApiOrderListPlaceOco

    belowIcebergQty?: number

    Note that this can only be used if belowTimeInForce is GTC.

    TradeApiOrderListPlaceOco

    belowPegOffsetType?: PRICE_LEVEL

    TradeApiOrderListPlaceOco

    belowPegOffsetValue?: number

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    belowPrice?: number

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

    TradeApiOrderListPlaceOco

    belowStopPrice?: number

    Can be used if belowType is STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT or TAKE_PROFIT_LIMIT.
    Either belowStopPrice or belowTrailingDelta or both, must be specified.

    TradeApiOrderListPlaceOco

    belowStrategyId?: number

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

    TradeApiOrderListPlaceOco

    belowStrategyType?: number

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

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    belowTrailingDelta?: number

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    id?: string

    Unique WebSocket request ID.

    TradeApiOrderListPlaceOco

    listClientOrderId?: string

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    quantity: number

    TradeApiOrderListPlaceOco

    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.

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    symbol: string

    TradeApiOrderListPlaceOco