EasyLanguage Object Reference

PositionFields Class

A collection of field name strings used to access position information.  

Used as the name parameter in the Value[name] property of a Position object when reading a data value from an instance of an position.

Namespace: tsdata.trading

[ Expand All ]
Properties
  Name Type Description
Public property BigPointValue string Gets the dollar value for a one point movement.
Public property ContractExpirationDate string Gets the expiration date for the contract.
Public property InitialMargin string Gets the account balance required for entering a position on margin.
Public property MaintenanceMargin string Gets the account balance required for maintaining a position on margin.
Public property MarketValue string Gets the real-time market value of the open position.
Public property OpenPL string Gets the unrealized profit or loss on the position held.
Public property OriginalCost string Gets the original cost of the trade (Forex only).
Public property PLPerQuantity string Gets the unrealized profit or loss divided by the number of shares or contracts held.
Public property PercentPL string Gets the unrealized profit or loss on the position held as a percentage.
Public property RequiredMargin string Gets the margin amount required.
Public property TotalCost string Gets the total cost of the open position.
Inheritance Hierarchy

elsystem.Object

  tsdata.trading.PositionFields