export enum OrderType { CorporateAction = 'CORPORATE_ACTION', Bonus = 'BONUS', Buy = 'BUY', Dividend = 'DIVIDEND', Sell = 'SELL', Split = 'SPLIT' }