Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountNewOco operation in TradeApi. MarginAccountNewOcoRequest

    interface MarginAccountNewOcoRequest {
        limitClientOrderId?: string;
        limitIcebergQty?: number;
        listClientOrderId?: string;
        newOrderRespType?: DerivativesTradingPortfolioMarginRestAPI.MarginAccountNewOcoNewOrderRespTypeEnum;
        price: number;
        quantity: number;
        recvWindow?: number;
        side: DerivativesTradingPortfolioMarginRestAPI.MarginAccountNewOcoSideEnum;
        sideEffectType?: MarginAccountNewOcoSideEffectTypeEnum;
        stopClientOrderId?: string;
        stopIcebergQty?: number;
        stopLimitPrice?: number;
        stopLimitTimeInForce?: MarginAccountNewOcoStopLimitTimeInForceEnum;
        stopPrice: number;
        symbol: string;
    }
    Index

    Properties

    limitClientOrderId?: string

    A unique Id for the limit order

    TradeApiMarginAccountNewOco

    limitIcebergQty?: number

    TradeApiMarginAccountNewOco

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiMarginAccountNewOco

    "ACK", "RESULT", default "ACK"

    TradeApiMarginAccountNewOco

    price: number

    TradeApiMarginAccountNewOco

    quantity: number

    Order quantity

    TradeApiMarginAccountNewOco

    recvWindow?: number

    TradeApiMarginAccountNewOco

    TradeApiMarginAccountNewOco

    NO_SIDE_EFFECT, MARGIN_BUY, AUTO_REPAY; default NO_SIDE_EFFECT.

    TradeApiMarginAccountNewOco

    stopClientOrderId?: string

    A unique Id for the stop loss/stop loss limit leg

    TradeApiMarginAccountNewOco

    stopIcebergQty?: number

    TradeApiMarginAccountNewOco

    stopLimitPrice?: number

    If provided, stopLimitTimeInForce is required.

    TradeApiMarginAccountNewOco

    Valid values are GTC/FOK/IOC

    TradeApiMarginAccountNewOco

    stopPrice: number

    TradeApiMarginAccountNewOco

    symbol: string

    TradeApiMarginAccountNewOco