예제 #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;
 }