InvestmentPosition class

InvestmentPosition class

The class contains fields relevant to all investment position types.

The InvestmentPosition type exposes the following members:

Constructors

ConstructorDescription
InvestmentPosition()Initializes a new instance of InvestmentPosition class.

Properties

PropertyDescription
security_idGets or sets the InvestmentPosition.security_id.
heldin_accountGets or sets the sub-account type.
position_typeGets or sets the position type.
unitsGets or sets the units.
unit_priceGets or sets the unit price.
market_valueGets or sets the market value of this position.
average_cost_basisGets or sets the average cost basis of this position.
date_price_as_ofGets or sets the date and time of unit price and market value, and cost basis.
currencyGets or sets the InvestmentPosition.currency.
memoGets or sets the comment.
investment_401k_sourceGets or sets the source of money for this security in this position.

See Also