using System.Collections.Generic;
public static void Main()
Console.WriteLine("Hello World");
string Price { get; set; }
string Quantity { get; set; }
List<string> Ignore { get; set; }
int LastUpdateId { get; set; }
List<OfferData> Bids { get; set; }
List<OfferData> Asks { get; set; }