public method IO2GAccountRow.getManagerAccountID

Brief

Gets the unique identification number of the funds manager account.

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

Details

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

The returned value has meaning only for managed accounts (see AccountKind field in the Accounts table). For all other account types, the method returns empty string.

Declared in IO2GAccountRow

back