Connection parameter object
Inheritance Hierarchy
GF.Api.ConnectionConnectionContext
Namespace: GF.Api.Connection
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ConnectionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectionContext |
Constructor
|
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