PositionUpdatedEventArgs Class

Reports information when a position update occurs.

Namespace: tsdata.trading

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property AccountID string Gets the ID of the account used for the order.
Public property Position object Gets the Position that has been updated.
Public property PositionID string Gets the string identifier assigned to the position.
Public property Reason enum Gets the reason for the update.  See PositionUpdateReason for a list.
Public property Symbol string Get the symbol associated with the position.
Methods
  Name Description
Public property Create Creates an instance of the class.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdata.trading.PositionUpdatedEventArgs