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