Esempio n. 1
0
 protected void StrategyStatisticsNotification(StrategyNotificationEventArgs e)
 {
     StrategyStatisticsEvent?.Invoke(this, e);
 }
Esempio n. 2
0
 protected void StrategyCustomNotification(StrategyNotificationEventArgs e)
 {
     StrategyCustomNotificationEvent?.Invoke(this, e);
 }
Esempio n. 3
0
 protected void StrategyCandlesticksNotification(StrategyNotificationEventArgs e)
 {
     StrategyCandlesticksEvent?.Invoke(this, e);
 }
Esempio n. 4
0
 protected void StrategyOrderBookNotification(StrategyNotificationEventArgs e)
 {
     StrategyOrderBookEvent?.Invoke(this, e);
 }
Esempio n. 5
0
 protected void StrategyTradeNotification(StrategyNotificationEventArgs e)
 {
     StrategyTradeEvent?.Invoke(this, e);
 }
Esempio n. 6
0
 protected void StrategyAccountInfoNotification(StrategyNotificationEventArgs e)
 {
     StrategyAccountInfoEvent?.Invoke(this, e);
 }
Esempio n. 7
0
 protected void StrategyParameterUpdateNotification(StrategyNotificationEventArgs e)
 {
     StrategyParameterUpdateEvent?.Invoke(this, e);
 }