enum O2GResponseType

Brief

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

Details

The namespace is com.fxcore2.

Static Public Fields

COMMAND_RESPONSE

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

CREATE_ORDER_RESPONSE

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

GET_ACCOUNTS

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

GET_CLOSED_TRADES

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

GET_LAST_ORDER_UPDATE

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

GET_MESSAGES

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

GET_OFFERS

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

GET_ORDERS

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

GET_SYSTEM_PROPERTIES

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

GET_TRADES

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

MARGIN_REQUIREMENTS_RESPONSE

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

MARKET_DATA_SNAPSHOT

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

RESPONSE_UNKNOWN

The constant represents an unknown type of a response.

TABLES_UPDATES

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

back