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.
| Articles | |
|
This article describes commissions that may be charged by a brokerage. |
|
|
The article describes session statuses. |
| Groups | |
|
Orders in the FXCM's trading system The section describes orders from the point of view of the FXCM's trading system. |
|
|
This section describes tables that contain trading-related data. See also the ER-diagram of the trading tables. |
|
|
The section describes the classes and packages of the API |