EasyLanguage Object Reference

PositionUpdatedEventArgs Class

Defines the structure for an object that reports information when a position update occurs.

Namespace: tsdata.trading

[ Expand All ]
Properties
  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 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