Inheritance: OptimizedPersistable
Exemple #1
0
 public ForexDom(double price, double volume, int stepsAboveOrBelow, BidOrAsk type, ForexTick ticket)
 {
   this.price = price;
   this.volume = volume;
   this.stepsAboveOrBelow = stepsAboveOrBelow;
   this.type = type;
   this.ticket = ticket;
 }
Exemple #2
0
 public ForexDom(double price, double volume, int stepsAboveOrBelow, BidOrAsk type, ForexTick ticket)
 {
     this.price             = price;
     this.volume            = volume;
     this.stepsAboveOrBelow = stepsAboveOrBelow;
     this.type   = type;
     this.ticket = ticket;
 }