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;
        }