class O2GLoginRules

Brief

Provides information about the rules used during the login in the currently established session.

Details

To get an instance of this class, please use the O2GSession.getLoginRules method.

Please note that the session object must be successfully logged in to get login rules. O2GLoginRules can be used to get permissions, trading settings, tables loaded by default on login, and refreshed information in those tables.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Methods

getPermissionChecker

Gets an instance of the permission checker.

getSystemPropertiesResponse

Gets a response for the system properties received during the login.

getTableRefreshResponse

Gets a response for the table refresh command automatically executed during the login.

getTradingSettingsProvider

Gets an instance of the trading settings provider.

isTableLoadedByDefault

Checks whether the table was loaded during the login.

back