// public for assemblyLoader: Streaming-derived.CreateInstance();
		public StreamingProvider() {
			SymbolsUpstreamSubscribed = new List<string>();
			DataDistributor = new DataDistributor(this);
			StreamingDataSnapshot = new StreamingDataSnapshot(this);
		}
Example #2
0
 // public for assemblyLoader: Streaming-derived.CreateInstance();
 public StreamingProvider()
 {
     SymbolsUpstreamSubscribed = new List <string>();
     DataDistributor           = new DataDistributor(this);
     StreamingDataSnapshot     = new StreamingDataSnapshot(this);
 }