PositionStock

PositionStock class

Investment position stock class.

public class PositionStock : AbstractPositionBase

Constructors

Name Description
PositionStock() Initializes a new instance of PositionStock class.

Properties

Name Description
InvestmentPosition { get; set; } Gets or sets the InvestmentPosition.
ReinvestDividend { get; set; } Gets or sets whether reinvest dividends.
UnitsStreet { get; set; } Gets or sets the units in the FI’s street name.
UnitsUser { get; set; } Gets or sets the units in the user’s name directly.

See Also