public method IO2GAccountRow.getMaintenanceFlag

Brief

Gets a rollover maintenance flag.

Declaration
C++
virtual bool  getMaintenanceFlag () = 0

Details

The returned value defines whether an account is under a rollover maintenance or not.
The possible return values are:

true

The account is under a rollover maintenance.

false

The account is not under a rollover maintenance.

It is applicable to funds manager accounts only (see AccountKind field in the Accounts table). For all other account kinds, the method returns false.

Declared in IO2GAccountRow

back