Session Constructor (Uri, String, String, String, Boolean) |
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 public Session(
Uri uri,
string senderCompID,
string senderSubID,
string password,
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. - useDefaultProxy
- Type: System.Boolean
true, if default Internet Explorer proxy should be used
See Also