forwardSession Constructor (Uri, String, String, String, Int32, ProxySettings)   Table of ContentSession Propertiesforward
Session Constructor (Uri, String, String, String, Int32, Boolean)
Session constructor.

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.4.0.0 (3.4.0)
Syntax
C#
public Session(
	Uri uri,
	string senderCompID,
	string senderSubID,
	string password,
	int pollingInterval,
	bool useDefaultProxy
)

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.
useDefaultProxy
Type: System.Boolean
true, if default Internet Explorer proxy should be used
See Also