Modulus Financial Engineering HomeModulus Financial Engineering
RMD Server™

Connection.ListUserAccount Event

 

This event enumerates all users in the logins database after calling the ListAllUsers method (requires ptSuperAdmin privileges).

 

Syntax

 ListUserAccount (BSTR Username, BSTR Password, DateTimeInfo LastLogin, LoginState State, DateTimeInfo Expiration, PermissionType Permissions, BSTR Groups)

 

Parameters

Username and Password are the keys.
LastLogin is the date and time of the user's last sucessful login.
Expiration is the account's expiration date.
Permissions is the permission level of the user account.
Groups is a comma separated list of allowed symbol groups for this user account, e.g. "NYSE,NASDAQ,CBOT".
For more information about Symbol Groups, see AddSymbol.
 

Remarks
This method requires ptSuperAdmin privileges.

 

See Also

    DateTimeInfo, PermissionType, EditUserAccount, Symbol Groups