C# Class TradingApi.Client.Framework.Streaming.LightStreamer.Connection.LightStreamerConnectionManager

Show file Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Public Methods

Method Description
ConnectToCityindexStreamingAdapter ( string streamingUrl, LsCityindexStreamingConnectionFactory lsCityindexStreamingConnectionFactory ) : void
ConnectToStreamingClientAccountAdapter ( string streamingUrl, LsStreamingClientAccountConnectionFactory lsStreamingClientAccountConnectionFactory ) : void
Disconnect ( ) : void
LightStreamerConnectionManager ( ) : System
LightStreamerConnectionManager ( IApiConnection apiConnection ) : System

Private Methods

Method Description
LsCityindexStreamingClientConnectionStatusChanged ( object sender, StreamingClient.StatusEventArgs e ) : void
LsStreamingClientAccountConnectionStatusChanged ( object sender, StreamingClient.StatusEventArgs e ) : void

Method Details

ConnectToCityindexStreamingAdapter() public method

public ConnectToCityindexStreamingAdapter ( string streamingUrl, LsCityindexStreamingConnectionFactory lsCityindexStreamingConnectionFactory ) : void
streamingUrl string
lsCityindexStreamingConnectionFactory TradingApi.Client.Framework.Streaming.LightStreamer.Connection.Factory.LsCityindexStreamingConnectionFactory
return void

ConnectToStreamingClientAccountAdapter() public method

public ConnectToStreamingClientAccountAdapter ( string streamingUrl, LsStreamingClientAccountConnectionFactory lsStreamingClientAccountConnectionFactory ) : void
streamingUrl string
lsStreamingClientAccountConnectionFactory TradingApi.Client.Framework.Streaming.LightStreamer.Connection.Factory.LsStreamingClientAccountConnectionFactory
return void

Disconnect() public method

public Disconnect ( ) : void
return void

LightStreamerConnectionManager() public method

public LightStreamerConnectionManager ( ) : System
return System

LightStreamerConnectionManager() public method

public LightStreamerConnectionManager ( IApiConnection apiConnection ) : System
apiConnection IApiConnection
return System