AccountPositionUpdate Event

Event raised when the accounts position data changes.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public event AccountPositionUpdateEventHandler PositionUpdate

Value

AccountPositionUpdateEventHandler

Remarks

When an order is submitted, or when P&L for a position changes then you will get this event giving the new details of the position. The position details include the net position, margin, P&L, worst position etc.

See Also