Example #1
0
        public override void OpenPrice(OpenPriceInfo oInfo)
        {
            StringBuilder sb = new StringBuilder();

            oInfo.Dump(sb);
            Console.Out.Write(sb);
        }
Example #2
0
        /*   -----------------------------------------------------------   */

        public override void OpenPrice(OpenPriceInfo oInfo)
        {
            StringBuilder sb = new StringBuilder();

            oInfo.Dump(sb);
            debug(sb);
        }
Example #3
0
 public override void OpenPrice(OpenPriceInfo oInfo)
      {
      StringBuilder sb = new StringBuilder();
      oInfo.Dump(sb);
      Console.Out.Write(sb);
      }
Example #4
0
          /*   -----------------------------------------------------------   */

          public override void OpenPrice(OpenPriceInfo oInfo)
               {
               StringBuilder sb = new StringBuilder();
               oInfo.Dump(sb);
               debug(sb);
               }