forwardSession Constructor    Table of ContentSession Constructor (Uri, String, String, String, ProxySettings)forward
Session Constructor (Uri, String, String, String)
Session constructor. Polling interval = 3 sec.

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public Session(
	Uri uri,
	string senderCompID,
	string senderSubID,
	string password
)

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.
See Also