Skip to content

Common Resources

Overview

The section contains common information related to trading.

In the common Resources section, you can see a list of all the database tables in the system.
Further down, in the "core" section, you can see all of the classes and their methods that are used in the system.
In order to make it easy to understand how they reference each other, take the Accounts class as an example:
In the Accounts class, you can see methods like getAccountId, getAccountKind
Now, if you look in the Tables section, Accounts Table, you can see the fields AccountId, AccountKind where the methods will obtain their information from.

See also the following ER Diagram of the trading tables.ER-diagram

Table of Contents
Related Groups
--- ---
Orders in the FXCMs trading system
The section describes orders from the point of view of the FXCMs trading system.
Trading Tables
This section describes tables that contain trading-related data.