Binance Connector JS
    Preparing search index...

    Interface OrderListOcoRequest

    Request parameters for orderListOco operation in TradeApi. OrderListOcoRequest

    interface OrderListOcoRequest {
        aboveClientOrderId?: string;
        aboveIcebergQty?: number;
        abovePrice?: number;
        aboveStopPrice?: number;
        aboveStrategyId?: number;
        aboveStrategyType?: number;
        aboveTimeInForce?: number;
        aboveTrailingDelta?: number;
        aboveType: OrderListOcoAboveTypeEnum;
        belowClientOrderId?: string;
        belowIcebergQty?: number;
        belowPrice?: number;
        belowStopPrice?: number;
        belowStrategyId?: number;
        belowStrategyType?: number;
        belowTimeInForce?: OrderListOcoBelowTimeInForceEnum;
        belowTrailingDelta?: number;
        belowType: OrderListOcoBelowTypeEnum;
        listClientOrderId?: string;
        newOrderRespType?: OrderListOcoNewOrderRespTypeEnum;
        quantity: number;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListOcoSelfTradePreventionModeEnum;
        side: OrderListOcoSideEnum;
        symbol: string;
    }
    Index

    Properties

    aboveClientOrderId?: string

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

    TradeApiOrderListOco

    aboveIcebergQty?: number

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

    TradeApiOrderListOco

    abovePrice?: number

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

    TradeApiOrderListOco

    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.

    TradeApiOrderListOco

    aboveStrategyId?: number

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

    TradeApiOrderListOco

    aboveStrategyType?: number

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

    TradeApiOrderListOco

    aboveTimeInForce?: number

    Required if aboveType is STOP_LOSS_LIMIT or TAKE_PROFIT_LIMIT

    TradeApiOrderListOco

    aboveTrailingDelta?: number

    TradeApiOrderListOco

    TradeApiOrderListOco

    belowClientOrderId?: string

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

    TradeApiOrderListOco

    belowIcebergQty?: number

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

    TradeApiOrderListOco

    belowPrice?: number

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

    TradeApiOrderListOco

    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.

    TradeApiOrderListOco

    belowStrategyId?: number

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

    TradeApiOrderListOco

    belowStrategyType?: number

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

    TradeApiOrderListOco

    TradeApiOrderListOco

    belowTrailingDelta?: number

    TradeApiOrderListOco

    TradeApiOrderListOco

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiOrderListOco

    TradeApiOrderListOco

    quantity: number

    TradeApiOrderListOco

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderListOco

    selfTradePreventionMode?: OrderListOcoSelfTradePreventionModeEnum

    TradeApiOrderListOco

    TradeApiOrderListOco

    symbol: string

    TradeApiOrderListOco