import type { InstrumentType as _tinkoff_public_invest_api_contract_v1_InstrumentType, InstrumentType__Output as _tinkoff_public_invest_api_contract_v1_InstrumentType__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/InstrumentType'; import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../../../../../../google/protobuf/Timestamp'; export interface InstrumentShort { 'isin'?: (string); 'figi'?: (string); 'ticker'?: (string); 'classCode'?: (string); 'instrumentType'?: (string); 'name'?: (string); 'uid'?: (string); 'positionUid'?: (string); 'instrumentKind'?: (_tinkoff_public_invest_api_contract_v1_InstrumentType); 'apiTradeAvailableFlag'?: (boolean); 'forIisFlag'?: (boolean); 'first_1minCandleDate'?: (_google_protobuf_Timestamp | null); 'first_1dayCandleDate'?: (_google_protobuf_Timestamp | null); 'forQualInvestorFlag'?: (boolean); 'weekendFlag'?: (boolean); 'blockedTcaFlag'?: (boolean); 'lot'?: (number); } export interface InstrumentShort__Output { 'isin': (string); 'figi': (string); 'ticker': (string); 'classCode': (string); 'instrumentType': (string); 'name': (string); 'uid': (string); 'positionUid': (string); 'instrumentKind': (_tinkoff_public_invest_api_contract_v1_InstrumentType__Output); 'apiTradeAvailableFlag': (boolean); 'forIisFlag': (boolean); 'first_1minCandleDate': (_google_protobuf_Timestamp__Output | null); 'first_1dayCandleDate': (_google_protobuf_Timestamp__Output | null); 'forQualInvestorFlag': (boolean); 'weekendFlag': (boolean); 'blockedTcaFlag': (boolean); 'lot': (number); }