export class Level3Point { constructor( readonly orderId: string, readonly price: string, readonly size: string, readonly meta?: any, ) {} }