Class Position
- Namespace
- Tudormobile.QIFLibrary.Entities
- Assembly
- Tudormobile.QIFLibrary.dll
Represents an investment position.
public class Position
- Inheritance
-
Position
- Inherited Members
Constructors
Position(string)
Represents an investment position.
public Position(string securityId)
Parameters
securityIdstringUnique identifier of the underlying security of this position.
Properties
MarketValue
Market value.
public decimal MarketValue { get; set; }
Property Value
Memo
Memo.
public string Memo { get; set; }
Property Value
PositionType
Position type.
public Position.PositionTypes PositionType { get; set; }
Property Value
PriceDate
As-of date for the price and value.
public DateTime PriceDate { get; set; }
Property Value
SecurityId
Unique identifier of the underlying security of this position.
public string SecurityId { get; }
Property Value
SecurityType
Type of security in this position.
public Security.SecurityTypes SecurityType { get; set; }
Property Value
SubAccountType
Position account type.
public Position.PositionAccountTypes SubAccountType { get; set; }
Property Value
UnitPrice
Unit price.
public decimal UnitPrice { get; set; }
Property Value
Units
Units.
public decimal Units { get; set; }