Binance Connector JS
    Preparing search index...

    Interface OrderListOtocoRequest

    Request parameters for orderListOtoco operation in TradeApi. OrderListOtocoRequest

    interface OrderListOtocoRequest {
        listClientOrderId?: string;
        newOrderRespType?: OrderListOtocoNewOrderRespTypeEnum;
        pendingAboveClientOrderId?: string;
        pendingAboveIcebergQty?: number;
        pendingAbovePrice?: number;
        pendingAboveStopPrice?: number;
        pendingAboveStrategyId?: number;
        pendingAboveStrategyType?: number;
        pendingAboveTimeInForce?: OrderListOtocoPendingAboveTimeInForceEnum;
        pendingAboveTrailingDelta?: number;
        pendingAboveType: OrderListOtocoPendingAboveTypeEnum;
        pendingBelowClientOrderId?: string;
        pendingBelowIcebergQty?: number;
        pendingBelowPrice?: number;
        pendingBelowStopPrice?: number;
        pendingBelowStrategyId?: number;
        pendingBelowStrategyType?: number;
        pendingBelowTimeInForce?: OrderListOtocoPendingBelowTimeInForceEnum;
        pendingBelowTrailingDelta?: number;
        pendingBelowType?: OrderListOtocoPendingBelowTypeEnum;
        pendingQuantity: number;
        pendingSide: OrderListOtocoPendingSideEnum;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListOtocoSelfTradePreventionModeEnum;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty?: number;
        workingPrice: number;
        workingQuantity: number;
        workingSide: OrderListOtocoWorkingSideEnum;
        workingStrategyId?: number;
        workingStrategyType?: number;
        workingTimeInForce?: OrderListOtocoWorkingTimeInForceEnum;
        workingType: OrderListOtocoWorkingTypeEnum;
    }
    Index

    Properties

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    pendingAboveClientOrderId?: string

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

    TradeApiOrderListOtoco

    pendingAboveIcebergQty?: number

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

    TradeApiOrderListOtoco

    pendingAbovePrice?: number

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

    TradeApiOrderListOtoco

    pendingAboveStopPrice?: number

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

    TradeApiOrderListOtoco

    pendingAboveStrategyId?: number

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

    TradeApiOrderListOtoco

    pendingAboveStrategyType?: number

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

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    pendingAboveTrailingDelta?: number

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    pendingBelowClientOrderId?: string

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

    TradeApiOrderListOtoco

    pendingBelowIcebergQty?: number

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

    TradeApiOrderListOtoco

    pendingBelowPrice?: number

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

    TradeApiOrderListOtoco

    pendingBelowStopPrice?: number

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

    TradeApiOrderListOtoco

    pendingBelowStrategyId?: number

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

    TradeApiOrderListOtoco

    pendingBelowStrategyType?: number

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

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    pendingBelowTrailingDelta?: number

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    pendingQuantity: number

    Sets the quantity for the pending order.

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    symbol: string

    TradeApiOrderListOtoco

    workingClientOrderId?: string

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

    TradeApiOrderListOtoco

    workingIcebergQty?: number

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

    TradeApiOrderListOtoco

    workingPrice: number

    TradeApiOrderListOtoco

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    workingStrategyId?: number

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

    TradeApiOrderListOtoco

    workingStrategyType?: number

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

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco

    TradeApiOrderListOtoco