enumInstrumentType
export enum InstrumentType {
Top = -1,
Stock,
Future,
Option,
FutureOption,
Bond,
FX,
Index,
ETF,
MultiLeg,
Synthetic,
CFD,
Commodity,
Country,
CryptoCurrency,
MutualFund,
SpotFX,
SpotCrypto,
Wine
}