Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountNewOto operation in TradeApi. MarginAccountNewOtoRequest

    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.

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    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 and the pendingClientOrderId.

    TradeApiMarginAccountNewOto

    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

    Sets the quantity for the pending order.

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    pendingStopPrice?: number

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    pendingTrailingDelta?: number

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    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

    Sets the quantity for the working order.

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto

    TradeApiMarginAccountNewOto