Map<String, dynamic> toJson() { return { 'ask_price': ask_price, 'bid_price': bid_price, 'ask_size': ask_size, 'bid_size': bid_size, }; }