public method IO2GResponseReaderFactory.processMarginRequirementsResponse

Brief

Checks whether margin requirements information is loaded or not.

Declaration
C++
virtual bool  processMarginRequirementsResponse (IO2GResponse * response) = 0

Parameters
response

A response object. The response must have the MarginRequirementsResponse type.

Details

The returned value specifies whether the margin requirements are loaded or not. The possible returned values are as follows:

true

The margin requirements are loaded.

false

Loading of the margin requirements has failed.

The margin requirements can be obtained by using the IO2GTradingSettingsProvider.getMMR method that is used for the accounts with the one-level margin policy.

Declared in IO2GResponseReaderFactory

back