Example #1
0
 /// <summary>Handle a request to send the history of trades</summary>
 private void HandleMsg(OutMsg.RequestTradeHistory req)
 {
     SendTradeHistory(req.TimeBegUTC, req.TimeEndUTC);
 }
Example #2
0
 /// <summary>Handle the hello message</summary>
 private void HandleMsg(OutMsg.RequestTradeHistory msg)
 {
 }