Example #1
0
 public IndustryQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #2
0
 public DayTradeQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #3
0
 public PointerIndexQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #4
0
 public CategoryRelatedQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #5
0
 public BizGroupQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #6
0
 public CombineQuote(ref YwCommodity instance)
 {
     this._core = instance;
 }
Example #7
0
 static void DataChangeHandler(YwCommodity commodity)
 {
     Console.WriteLine("{0} $ {1}", commodity.Symbol, commodity.LastChangeField);
 }
Example #8
0
 public ConceptQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
Example #9
0
 public OneSymbolQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }