Beispiel #1
0
        public StrategyBatchTradePublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }
        public StrategyBatchCandlesticksPublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }
        public StrategyBatchOrderBookPublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }
Beispiel #4
0
        public StrategyBatchAccountInfoPublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }
 public StrategyBatchNotificationFactory(IStrategyNotificationPublisher notificationPublisher, ILoggerFactory loggerFactory)
 {
     this.notificationPublisher = notificationPublisher;
     this.loggerFactory         = loggerFactory;
 }
Beispiel #6
0
        public StrategyBatchStatisticsPublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }
        public StrategyBatchParameterUpdatePublisher(IStrategyNotificationPublisher notificationPublisher)
        {
            this.notificationPublisher = notificationPublisher;

            Start();
        }