IConnectionApi Interface

GF API Documentation
Public API for connection functionality

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

public interface IConnectionApi

The IConnectionApi type exposes the following members.

Properties

  NameDescription
Public propertyAggregate
Represents not a 'real' connection, but the abstraction of all connections in one. The aggregate is connected if all servers are connected, and disconnected if any server is disconnected. Use this if you want all server connections and don't need control over each individual connection.
Public propertyConnections
The collection of all individual connection APIs.
Public propertyOrder
Represents the connection to Order server. Responsible for Orders, Contracts, Strategies, Chat, Allocation, Currency, Users, Traders
Public propertyPrice
Represents the connection to Price server. Responsible for Subscriptions.
Public propertyServerTypes
The collection of server connections supported.
Public propertySessions
User session functionality
Top
Methods

  NameDescription
Public methodGetConnection
Gets a particular connection API.
Top
See Also

Reference