forwardSession Constructor (Uri, String, String, String, Int32, ProxySettings)   Table of ContentSession Constructor (Uri, String, String, String, Int32, ProxySettings, SslProtocols)forward
Session Constructor (Uri, String, String, String, Int32, SslProtocols)
Session constructor.

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.7 (in OnixS.CmeStpHandler-net-4.7.dll) Version: 2.13.0.0 (2.13.0.0)
Syntax
C#
public Session(
	Uri uri,
	string senderCompID,
	string senderSubID,
	string password,
	int pollingInterval,
	SslProtocols sslProtocol
)

Parameters

uri
Type: System.Uri
Uri of CME server.
senderCompID
Type: System.String
Assigned value used to identify customer firm sending message.
senderSubID
Type: System.String
The user ID assigned to the sender must be provided in all uppercase letters.
password
Type: System.String
CME assigned password.
pollingInterval
Type: System.Int32
Interval in msec of subscription polling.
sslProtocol
Type: System.Security.Authentication.SslProtocols
SSL protocol used to establish secure connection.
See Also