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