class IO2GLoginRules

Parents
IAddRef

Brief

Information about the rules used during the login in the currently established session.

Details

To get an instance of this class, please use the IO2GSession.getLoginRules method.
Please note that the session object must be successfully logged in to get the login rules.
IO2GLoginRules can be used to get permissions, trading settings, tables loaded by default on login, and refreshed information in those tables.

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