public method IO2GRequest.getChildRequest

Brief

Gets one child request.

Declaration
C++
virtual IO2GRequest getChildRequest (int index) = 0

Parameters
index

The index of the child request. The index should be between 0 and getChildrenCount() - 1.

Details

Sometimes request (for example, request to create OCO or OTO order) can contain several child requests.
If the child request is not found, the method returns null.

Declared in IO2GRequest

back