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