TradingApi.Client.Framework.Streaming.LightStreamer.StreamListener.PriceStream.PriceStream C# (CSharp) Method

PriceStream() public method

public PriceStream ( ILsCityindexStreamingConnection lsCityindexStreamingConnection ) : System
lsCityindexStreamingConnection ILsCityindexStreamingConnection
return System
        public PriceStream(ILsCityindexStreamingConnection lsCityindexStreamingConnection)
        {
            _lsCityindexStreamingConnection = lsCityindexStreamingConnection;
        }