public method IO2GAccountRow.getAccountID

Brief

Gets the unique identification number of the account.

Declaration
C++
virtual const char *  getAccountID () = 0

Details

The returned value is unique within the database where the account is stored. For example, MINIDEMO or U100D1. The uniqueness of the account itself is assured by the combination of the database ID and the returned value of this method.

Note: In the field labeled "Account", the FX Trading Station displays the returned value of the getAccountName() method (for example, 00286255). It is not equal to the value returned by this method (for example, 286255).

Declared in IO2GAccountRow

back