public method O2GRequest.getChildRequest

Brief

Gets one child request.

Declaration
C#
O2GRequest  getChildRequest (int index)

Parameters
index

The index of the child request. The index should be between 0 and ChildrenCount - 1.

Details

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

Declared in O2GRequest

back