PositionStock

PositionStock class

Investment position stock class.

public class PositionStock : AbstractPositionBase

Constructors

NameDescription
PositionStock()Initializes a new instance of PositionStock class.

Properties

NameDescription
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