public method O2GClosedTradeRow.getAccountName

Brief

Gets the unique name of the position account.

Declaration
Java
String  getAccountName ()

Details

The returned value represents the name that the FX Trading Station displays to its user.
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 O2GClosedTradeRow

back