CryptoBook constructor

CryptoBook(
  1. List<Price> bids,
  2. List<Price> asks
)

Default Constructor

Implementation

CryptoBook(this.bids, this.asks);