Converts a MarketIOC to a JSON object.
Map<String, dynamic> toJson() => {'quoteSize': quoteSize, 'baseSize': baseSize};