The ConnectionContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Host |
URL of server
| |
Password |
Password associated with user
| |
Port |
Server port
| |
ShouldForceLogin |
Each server permits one login per user-UUID pair. Enable this setting to kick any conflicting pre-existing login.
| |
UserName |
User name to log in with
| |
UUID |
Unique Universal IDentifier (UUID)
This value has to be set to identify application when OEC API is being used by 3rd parties.
Remoting connections are required to specify UUID as well.
UUID must be obtained from OEC by contacting support ([email protected]).
Obtaining the UUID and connecting your application to OEC with the UUID will enable your users
to leverage a single login to access both your application as well as OEC's Trading platform at the same time.
|
See Also