ConnectionContext Class

GF API Documentation
Connection parameter object
Inheritance Hierarchy

SystemObject
  GF.Api.ConnectionConnectionContext

Namespace:  GF.Api.Connection
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class ConnectionContext

The ConnectionContext type exposes the following members.

Constructors

  NameDescription
Public methodConnectionContext
Constructor
Top
Properties

  NameDescription
Public propertyHost
URL of server
Public propertyPassword
Password associated with user
Public propertyPort
Server port
Public propertyShouldForceLogin
Each server permits one login per user-UUID pair. Enable this setting to kick any conflicting pre-existing login.
Public propertyUserName
User name to log in with
Public propertyUUID
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.
Top
See Also

Reference