Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountNewOto operation in TradeApi. MarginAccountNewOtoRequest

    interface MarginAccountNewOtoRequest {
        autoRepayAtCancel?: boolean;
        isIsolated?: string;
        listClientOrderId?: string;
        newOrderRespType?: MarginAccountNewOtoNewOrderRespTypeEnum;
        pendingClientOrderId?: string;
        pendingIcebergQty?: number;
        pendingPrice?: number;
        pendingQuantity: number;
        pendingSide: string;
        pendingStopPrice?: number;
        pendingTimeInForce?: string;
        pendingTrailingDelta?: number;
        pendingType: string;
        selfTradePreventionMode?: string;
        sideEffectType?: string;
        symbol: string;
        workingClientOrderId?: string;
        workingIcebergQty: number;
        workingPrice: number;
        workingQuantity: number;
        workingSide: string;
        workingTimeInForce?: string;
        workingType: string;
    }
    Index

    Properties

    autoRepayAtCancel?: boolean

    Only when MARGIN_BUY or AUTO_BORROW_REPAY order takes effect, true means that the debt generated by the order needs to be repay after the order is cancelled. The default is true

    TradeApiMarginAccountNewOto

    isIsolated?: string

    for isolated margin or not, "TRUE", "FALSE",default "FALSE"

    TradeApiMarginAccountNewOto

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiMarginAccountNewOto

    Set the response JSON. ACK, RESULT, or FULL; MARKET and LIMIT order types default to FULL, all other orders default to ACK.

    TradeApiMarginAccountNewOto

    pendingClientOrderId?: string

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

    TradeApiMarginAccountNewOto

    pendingIcebergQty?: number

    This can only be used if pendingTimeInForce is GTC.

    TradeApiMarginAccountNewOto

    pendingPrice?: number

    TradeApiMarginAccountNewOto

    pendingQuantity: number

    TradeApiMarginAccountNewOto

    pendingSide: string

    BUY, SELL

    TradeApiMarginAccountNewOto

    pendingStopPrice?: number

    TradeApiMarginAccountNewOto

    pendingTimeInForce?: string

    GTC,IOC,FOK

    TradeApiMarginAccountNewOto

    pendingTrailingDelta?: number

    TradeApiMarginAccountNewOto

    pendingType: string

    Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported.

    TradeApiMarginAccountNewOto

    selfTradePreventionMode?: string

    The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE

    TradeApiMarginAccountNewOto

    sideEffectType?: string

    NO_SIDE_EFFECT, MARGIN_BUY, AUTO_REPAY,AUTO_BORROW_REPAY; default NO_SIDE_EFFECT. More info in FAQ

    TradeApiMarginAccountNewOto

    symbol: string

    TradeApiMarginAccountNewOto

    workingClientOrderId?: string

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

    TradeApiMarginAccountNewOto

    workingIcebergQty: number

    This can only be used if workingTimeInForce is GTC.

    TradeApiMarginAccountNewOto

    workingPrice: number

    TradeApiMarginAccountNewOto

    workingQuantity: number

    TradeApiMarginAccountNewOto

    workingSide: string

    BUY, SELL

    TradeApiMarginAccountNewOto

    workingTimeInForce?: string

    GTC,IOC,FOK

    TradeApiMarginAccountNewOto

    workingType: string

    Supported values: LIMIT, LIMIT_MAKER

    TradeApiMarginAccountNewOto