예제 #1
0
 public IndustryQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #2
0
 public DayTradeQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #3
0
 public PointerIndexQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #4
0
 public CategoryRelatedQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #5
0
 public BizGroupQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #6
0
 public CombineQuote(ref YwCommodity instance)
 {
     this._core = instance;
 }
예제 #7
0
파일: Program.cs 프로젝트: psliurt/YwRtdLib
 static void DataChangeHandler(YwCommodity commodity)
 {
     Console.WriteLine("{0} $ {1}", commodity.Symbol, commodity.LastChangeField);
 }
예제 #8
0
 public ConceptQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }
예제 #9
0
 public OneSymbolQuote(ref YwCommodity commodityQuote)
     : base(ref commodityQuote)
 {
 }