Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountNewOtoco operation in TradeApi. MarginAccountNewOtocoRequest

    interface MarginAccountNewOtocoRequest {
        autoRepayAtCancel?: boolean;
        isIsolated?: MarginAccountNewOtocoIsIsolatedEnum;
        listClientOrderId?: string;
        newOrderRespType?: MarginAccountNewOtocoNewOrderRespTypeEnum;
        pendingAboveClientOrderId?: string;
        pendingAboveIcebergQty?: number;
        pendingAbovePrice?: number;
        pendingAboveStopPrice?: number;
        pendingAboveTimeInForce?: MarginAccountNewOtocoPendingAboveTimeInForceEnum;
        pendingAboveTrailingDelta?: number;
        pendingAboveType: MarginAccountNewOtocoPendingAboveTypeEnum;
        pendingBelowClientOrderId?: string;
        pendingBelowIcebergQty?: number;
        pendingBelowPrice?: number;
        pendingBelowStopPrice?: number;
        pendingBelowTimeInForce?: MarginAccountNewOtocoPendingBelowTimeInForceEnum;
        pendingBelowTrailingDelta?: number;
        pendingBelowType?: MarginAccountNewOtocoPendingBelowTypeEnum;
        pendingQuantity: number;
        pendingSide: MarginAccountNewOtocoPendingSideEnum;
        selfTradePreventionMode?: MarginAccountNewOtocoSelfTradePreventionModeEnum;
        sideEffectType?: MarginAccountNewOtocoSideEffectTypeEnum;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty?: number;
        workingPrice: number;
        workingQuantity: number;
        workingSide: MarginAccountNewOtocoWorkingSideEnum;
        workingTimeInForce?: MarginAccountNewOtocoWorkingTimeInForceEnum;
        workingType: MarginAccountNewOtocoWorkingTypeEnum;
    }
    Index

    Properties

    autoRepayAtCancel?: boolean

    Only when MARGIN_BUY order takes effect, true means that the debt generated by the order needs to be repaid after the order is cancelled.

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    listClientOrderId?: string

    Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same listClientOrderId is accepted only when the previous one is filled or completely expired. listClientOrderId is distinct from the workingClientOrderId, pendingAboveClientOrderId, and the pendingBelowClientOrderId.

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    pendingAboveClientOrderId?: string

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

    TradeApiMarginAccountNewOtoco

    pendingAboveIcebergQty?: number

    This can only be used if pendingAboveTimeInForce is GTC.

    TradeApiMarginAccountNewOtoco

    pendingAbovePrice?: number

    TradeApiMarginAccountNewOtoco

    pendingAboveStopPrice?: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    pendingAboveTrailingDelta?: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    pendingBelowClientOrderId?: string

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

    TradeApiMarginAccountNewOtoco

    pendingBelowIcebergQty?: number

    This can only be used if pendingBelowTimeInForce is GTC.

    TradeApiMarginAccountNewOtoco

    pendingBelowPrice?: number

    TradeApiMarginAccountNewOtoco

    pendingBelowStopPrice?: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    pendingBelowTrailingDelta?: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    pendingQuantity: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    symbol: string

    TradeApiMarginAccountNewOtoco

    workingClientOrderId?: string

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

    TradeApiMarginAccountNewOtoco

    workingIcebergQty?: number

    This can only be used if workingTimeInForce is GTC.

    TradeApiMarginAccountNewOtoco

    workingPrice: number

    TradeApiMarginAccountNewOtoco

    workingQuantity: number

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco

    TradeApiMarginAccountNewOtoco