コード例 #1
0
 public ExchangeOrder(ExchangePricesEventArgs args, Instrument ins, OrderSide type)
 {
     Id         = args.OrderId;
     Instrument = args.Instrument1;
     ins.InitExchangePrice(this, args, type);
 }
コード例 #2
0
 public ExchangeXrpOrder(ExchangePricesEventArgs arg, Instrument ins, OrderSide type)
     : base(arg, ins, type)
 {
 }