Example #1
0
 public void readOutsideRth()
 {
     if (msgVersion >= 4)
     {
         if (msgVersion < 18)
         {
             // will never happen
             /* order.ignoreRth = */
             eDecoder.ReadBoolFromInt();
         }
         else
         {
             order.OutsideRth = eDecoder.ReadBoolFromInt();
         }
     }
 }