public method O2GValueMap.appendChild

Brief

Adds the value map to the list of child value maps.

Declaration
Java
void  appendChild (O2GValueMap valueMap)

Parameters
valueMap

The value map.

Details

See examples of appendChild in these articles: Create OCO Order example, Create OTO Order example, Add Existing Orders into Existing Contingency Group example, Create New Contingency Group example, and Remove Orders from Existing Contingency Group example.

Declared in O2GValueMap

back