Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlaceOco operation in TradeApi. OrderListPlaceOcoRequest

    interface OrderListPlaceOcoRequest {
        aboveClientOrderId?: string;
        aboveIcebergQty?: number;
        abovePrice?: number;
        aboveStopPrice?: number;
        aboveStrategyId?: number;
        aboveStrategyType?: number;
        aboveTimeInForce?: number;
        aboveTrailingDelta?: number;
        aboveType: OrderListPlaceOcoAboveTypeEnum;
        belowClientOrderId?: string;
        belowIcebergQty?: number;
        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

    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

    aboveTimeInForce?: number

    Required if aboveType is STOP_LOSS_LIMIT or TAKE_PROFIT_LIMIT.

    TradeApiOrderListPlaceOco

    aboveTrailingDelta?: number

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    belowClientOrderId?: string

    TradeApiOrderListPlaceOco

    belowIcebergQty?: number

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

    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

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    TradeApiOrderListPlaceOco

    symbol: string

    TradeApiOrderListPlaceOco