OEC Application Programming Interface

OnCompoundPositionGroupChangedEvent Delegate

Occurs when any compound group or its leg position is changed or a new contract group created

public delegate void OnCompoundPositionGroupChangedEvent(
   CompoundPositionGroup CompoundPositionGroup,
   CompoundLegPosition CompoundLegPosition
);

Parameters

CompoundPositionGroup
changed or created group
CompoundLegPosition
changed leg position. null, if all group changed or a new group created

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

OEC.API Namespace