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