WSOrderBook constructor
const
WSOrderBook({})
Implementation
const WSOrderBook({
required String code,
required this.total_ask_size,
required this.total_bid_size,
required this.orderbook_units,
required this.timestamp,
}): super(type: Type.ORDERBOOK, code: code);