Event raised when order performance data changes.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public event Position..::.OrderPerformanceEventHandler OrderPerformance
Visual Basic (Declaration)
Public Event OrderPerformance As Position..::.OrderPerformanceEventHandler
Visual C++
public:
 event Position..::.OrderPerformanceEventHandler^ OrderPerformance {
	void add (Position..::.OrderPerformanceEventHandler^ value);
	void remove (Position..::.OrderPerformanceEventHandler^ value);
}

Remarks

See Also