MarketIOC constructor

MarketIOC(
  1. double? quoteSize,
  2. double? baseSize
)

MarketIOC constructor

Implementation

MarketIOC(this.quoteSize, this.baseSize);