示例#1
0
文件: BarPrices.cs 项目: ifzz/FDK
 internal BarPrices(BarPriceType type, MqlAdapter adapter)
 {
     this.type = type;
     this.adapter = adapter;
 }
示例#2
0
文件: BarVolumes.cs 项目: ifzz/FDK
 internal BarVolumes(MqlAdapter adapter)
 {
     this.adapter = adapter;
 }