public method O2GResponseReaderFactory.processMarginRequirementsResponse

Brief

Checks whether margin requirements information is loaded or not.

Declaration
Java
boolean  processMarginRequirementsResponse (O2GResponse response)

Parameters
response

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

Details

The returned value defines whether the margin requirements are loaded or not. The possible returned values are:

true

The margin requirements are loaded.

false

The loading of the margin requirements has failed.

The margin requirements can be obtained by the following methods:

Declared in O2GResponseReaderFactory

back