Example #1
0
        public GateIoServerRealization()
        {
            _securitiesCreator  = new GateSecurityCreator();
            _portfolioCreator   = new GatePortfolioCreator(PortfolioNumber);
            _tradesCreator      = new GateTradesCreator();
            _marketDepthCreator = new GateMarketDepthCreator();
            _orderCreator       = new GateOrderCreator(PortfolioNumber);

            _supportedIntervals = CreateIntervalDictionary();
        }