enum O2GTableType

Brief

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

Details

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

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

Static Public Fields

Accounts

The constant represents the Accounts table.

ClosedTrades

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.

TableUnknown

The constant represents an unknown table.

Trades

The constant represents the Trades table.

back