Binance Connector JS
    Preparing search index...

    Request parameters for orderListPlaceOtoco operation in TradeApi. OrderListPlaceOtocoRequest

    interface OrderListPlaceOtocoRequest {
        id?: string;
        listClientOrderId?: string;
        newOrderRespType?: OrderListPlaceOtocoNewOrderRespTypeEnum;
        pendingAboveClientOrderId?: string;
        pendingAboveIcebergQty?: number;
        pendingAbovePrice?: number;
        pendingAboveStopPrice?: number;
        pendingAboveStrategyId?: number;
        pendingAboveStrategyType?: number;
        pendingAboveTimeInForce?: OrderListPlaceOtocoPendingAboveTimeInForceEnum;
        pendingAboveTrailingDelta?: number;
        pendingAboveType: OrderListPlaceOtocoPendingAboveTypeEnum;
        pendingBelowClientOrderId?: string;
        pendingBelowIcebergQty?: number;
        pendingBelowPrice?: number;
        pendingBelowStopPrice?: number;
        pendingBelowStrategyId?: number;
        pendingBelowStrategyType?: number;
        pendingBelowTimeInForce?: OrderListPlaceOtocoPendingBelowTimeInForceEnum;
        pendingBelowTrailingDelta?: number;
        pendingBelowType?: OrderListPlaceOtocoPendingBelowTypeEnum;
        pendingQuantity: number;
        pendingSide: OrderListPlaceOtocoPendingSideEnum;
        recvWindow?: number;
        selfTradePreventionMode?: OrderListPlaceOtocoSelfTradePreventionModeEnum;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty?: number;
        workingPrice: number;
        workingQuantity: number;
        workingSide: OrderListPlaceOtocoWorkingSideEnum;
        workingStrategyId?: number;
        workingStrategyType?: number;
        workingTimeInForce?: OrderListPlaceOtocoWorkingTimeInForceEnum;
        workingType: OrderListPlaceOtocoWorkingTypeEnum;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    TradeApiOrderListPlaceOtoco

    listClientOrderId?: string

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    pendingAboveClientOrderId?: string

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

    TradeApiOrderListPlaceOtoco

    pendingAboveIcebergQty?: number

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

    TradeApiOrderListPlaceOtoco

    pendingAbovePrice?: number

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

    TradeApiOrderListPlaceOtoco

    pendingAboveStopPrice?: number

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

    TradeApiOrderListPlaceOtoco

    pendingAboveStrategyId?: number

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

    TradeApiOrderListPlaceOtoco

    pendingAboveStrategyType?: number

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

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    pendingAboveTrailingDelta?: number

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    pendingBelowClientOrderId?: string

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

    TradeApiOrderListPlaceOtoco

    pendingBelowIcebergQty?: number

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

    TradeApiOrderListPlaceOtoco

    pendingBelowPrice?: number

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

    TradeApiOrderListPlaceOtoco

    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.

    TradeApiOrderListPlaceOtoco

    pendingBelowStrategyId?: number

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

    TradeApiOrderListPlaceOtoco

    pendingBelowStrategyType?: number

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

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    pendingBelowTrailingDelta?: number

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    pendingQuantity: number

    Sets the quantity for the pending order.

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    symbol: string

    TradeApiOrderListPlaceOtoco

    workingClientOrderId?: string

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

    TradeApiOrderListPlaceOtoco

    workingIcebergQty?: number

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

    TradeApiOrderListPlaceOtoco

    workingPrice: number

    TradeApiOrderListPlaceOtoco

    workingQuantity: number

    Sets the quantity for the working order.

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    workingStrategyId?: number

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

    TradeApiOrderListPlaceOtoco

    workingStrategyType?: number

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

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco

    TradeApiOrderListPlaceOtoco