public ContractInfomation(CommodityInfomation commodity, int year, int month) { Commodity = commodity; Year = year; Month = month; }
public GroupedQuoteCollection(CommodityInfomation commodity, SortedDictionary <ContractInfomation, QuoteCollection> theGroup) { Commodity = commodity; Group = theGroup; }