enum O2GResponseType

Brief

The enum defines a set of constants representing the types of the trading server responses.

Details

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Static Public Fields

CommandResponse

The constant represents the type of a response to a request for an order editing/deletion or to an instrument subscription.

CreateOrderResponse

The constant represents a type of a response to a request for an order creation.

GetAccounts

The constant represents the type of a response to a request for initial account information.

GetClosedTrades

The constant represents the type of a response to a request for initial closed position information.

GetLastOrderUpdate

The constant represents the type of a response to a request for the current state of an order.

GetMessages

The constant represents the type of a response to a request for initial message information.

GetOffers

The constant represents the type of a response to a request for initial offer information.

GetOrders

The constant represents the type of a response to a request for initial order information.

GetSystemProperties

The constant represents the type of a response to a request for the system properties information.

GetTrades

The constant represents the type of a response to a request for initial open position information.

MarginRequirementsResponse

The constant represents the type of a response to a request for margin requirements information.

MarketDataSnapshot

The constant represents the type of a response to a request for historical prices information.

ResponseUnknown

The constant represents an unknown type of a response.

TablesUpdates

The constant represents a table updates response that is provided by the trading server automatically.

back