Example #1
0
 // 请求查询成交。保留函数,未实现。
 public override bool GetTrades(QryTrade qry, ref List <TradeInfo> refTrades)
 {
     lock (this)
     {
         throw new NotImplementedException();
     }
 }
Example #2
0
 // 请求查询成交。保留函数,未实现。
 public abstract bool GetTrades(QryTrade qry, ref List <TradeInfo> refTrades);