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