export interface CancelStopOrderRequest { 'accountId'?: (string); 'stopOrderId'?: (string); } export interface CancelStopOrderRequest__Output { 'accountId': (string); 'stopOrderId': (string); }