enum O2GTableType

Brief

The enum defines a set of constants representing the trading table.

Details

The table type is used as an argument in the O2GTableManager.getTable method.

The namespace is com.fxcore2.

Static Public Fields

ACCOUNTS

The constant represents the Accounts table.

CLOSED_TRADES

The constant represents the Closed Trades table.

MESSAGES

The constant represents the Messages table.

OFFERS

The constant represents the Offers table.

ORDERS

The constant represents the Orders table.

SUMMARY

The constant represents the Summary table.

TABLE_UNKNOWN

The constant represents an unknown table.

TRADES

The constant represents the Trades table.

back