Common Resources

Brief

The section contains common information related to trading.

Details

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

Trading Commissions

This article describes commissions that may be charged by a brokerage.

Session Statuses

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.

Trading Tables

This section describes tables that contain trading-related data. See also the ER-diagram of the trading tables.

core

The section describes the classes and packages of the API

back