The PositionUpdate type exposes the following members.

Properties

  NameDescription
AssetType
AverageCost
Gets or sets the average cost, which is calculated by dividing the price + commissions by the quantity of the position.
Call
True if this is a call option contract, false if it's a put.
CurrentPrice
Gets or sets the current price of the asset.
Expiration
Expiration date.
RealizedPnL
Gets or sets the actual profit or loss of this position.
Shares
Gets or sets the number of shares.
Symbol
Symbol contained within this Position.
UnrealizedPnL
Gets or sets the cost of this position if it is currently open.

See Also