示例#1
0
 void ts_TradeSubscriptionReset(object sender, TradeSubscriptionResetEventArgs e)
 {
     processSystemMessage(SystemMessage.TRADE_SUBSCRIPTION_RESET);
 }
示例#2
0
 void ts_TradeSubscriptionReset(object sender, TradeSubscriptionResetEventArgs e)
 {
     throw new NotImplementedException();
 }