Example #1
0
 void _client_OnQuoteReceived(entity.Quote obj)
 {
     string info = (string.Format("{0}\t{1}\t{2}", obj.symbol, obj.last, obj.update_time));
 }
Example #2
0
 void _client_OnQuoteReceived(entity.Quote obj)
 {
     Debug.WriteLine(string.Format("{0}\t{1}\t{2}", obj.symbol, obj.last, obj.update_time));
 }