Interface CancelMarketOrderRequest

    interface CancelMarketOrderRequest {
        orderId: string;
    }
    Index

    Properties

    Properties

    orderId: string