Interface CancelLimitOrderParams

interface CancelLimitOrderParams {
    orderId: number;
}

Properties

Properties

orderId: number