Session Constructor (Uri, String, String, String, Int32) |
Session constructor.
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,
int pollingInterval
)
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.
See Also