Example #1
0
 public void readMinQty()
 {
     if (msgVersion >= 9)
     {
         order.MinQty = eDecoder.ReadIntMax();
     }
 }