Binance Connector JS
    Preparing search index...

    Request parameters for cancelMarginAccountOrder operation in TradeApi. CancelMarginAccountOrderRequest

    interface CancelMarginAccountOrderRequest {
        newClientOrderId?: string;
        orderId?: number;
        origClientOrderId?: string;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    newClientOrderId?: string

    Used to uniquely identify this cancel. Automatically generated by default

    TradeApiCancelMarginAccountOrder

    orderId?: number

    TradeApiCancelMarginAccountOrder

    origClientOrderId?: string

    TradeApiCancelMarginAccountOrder

    recvWindow?: number

    TradeApiCancelMarginAccountOrder

    symbol: string

    TradeApiCancelMarginAccountOrder