InvestmentPosition class

InvestmentPosition class

The class contains fields relevant to all investment position types.

The InvestmentPosition type exposes the following members:

Constructors

Constructor Description
InvestmentPosition() Initializes a new instance of InvestmentPosition class.

Properties

Property Description
security_id Gets or sets the InvestmentPosition.security_id.
heldin_account Gets or sets the sub-account type.
position_type Gets or sets the position type.
units Gets or sets the units.
unit_price Gets or sets the unit price.
market_value Gets or sets the market value of this position.
average_cost_basis Gets or sets the average cost basis of this position.
date_price_as_of Gets or sets the date and time of unit price and market value, and cost basis.
currency Gets or sets the InvestmentPosition.currency.
memo Gets or sets the comment.
investment_401k_source Gets or sets the source of money for this security in this position.

See Also