public method O2GResponseReaderFactory.processMarginRequirementsResponse

Brief

Checks whether margin requirements information is loaded or not.

Declaration
C#
bool  processMarginRequirementsResponse (O2GResponse response)

Parameters
response

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

Details

The returned value defines 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 O2GTradingSettingsProvider.getMMR method that is used for the accounts with the one-level margin policy.

Declared in O2GResponseReaderFactory

back