TradingApi.Client.Framework.Streaming.LightStreamer.StreamListener.PriceStream.PriceStream C# (CSharp) Метод

PriceStream() публичный Метод

public PriceStream ( ILsCityindexStreamingConnection lsCityindexStreamingConnection ) : System
lsCityindexStreamingConnection ILsCityindexStreamingConnection
Результат System
        public PriceStream(ILsCityindexStreamingConnection lsCityindexStreamingConnection)
        {
            _lsCityindexStreamingConnection = lsCityindexStreamingConnection;
        }