public method IO2GAccountRow.getAccountName

Brief

Gets the unique name of the account as it is displayed in the FX Trading Station.

Declaration
C++
virtual const char *  getAccountName () = 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.

Declared in IO2GAccountRow

back