Table of Contents

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

securityId string

Unique identifier of the underlying security of this position.

Properties

MarketValue

Market value.

public decimal MarketValue { get; set; }

Property Value

decimal

Memo

Memo.

public string Memo { get; set; }

Property Value

string

PositionType

Position type.

public Position.PositionTypes PositionType { get; set; }

Property Value

Position.PositionTypes

PriceDate

As-of date for the price and value.

public DateTime PriceDate { get; set; }

Property Value

DateTime

SecurityId

Unique identifier of the underlying security of this position.

public string SecurityId { get; }

Property Value

string

SecurityType

Type of security in this position.

public Security.SecurityTypes SecurityType { get; set; }

Property Value

Security.SecurityTypes

SubAccountType

Position account type.

public Position.PositionAccountTypes SubAccountType { get; set; }

Property Value

Position.PositionAccountTypes

UnitPrice

Unit price.

public decimal UnitPrice { get; set; }

Property Value

decimal

Units

Units.

public decimal Units { get; set; }

Property Value

decimal