export interface InstrumentClosePriceRequest { 'instrumentId'?: (string); } export interface InstrumentClosePriceRequest__Output { 'instrumentId': (string); }