Reinvest

Reinvest class

Reinvestment of income class.

public class Reinvest : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
Commission { get; set; }Gets or sets the transaction commission.
Currency { get; set; }Gets or sets the Currency.
Fees { get; set; }Gets or sets the fees applied to trade.
IncomeType { get; set; }Gets or sets the type of investment income.
Investment401kSource { get; set; }Gets or sets the source of money for this transaction.
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
Load { get; set; }Gets or sets the load on the transaction.
OriginCurrency { get; set; }Gets or sets the origin Currency.
SecurityId { get; set; }Gets or sets the SecurityId.
SubAccountSecurity { get; set; }Gets or sets the sub-account type for the security.
Taxes { get; set; }Gets or sets the taxes on the trade.
TaxExempt { get; set; }Gets or sets whether it is tax-exempt transaction.
Total { get; set; }Gets or sets the transaction total.
UnitPrice { get; set; }Gets or sets the price per commonly-quoted unit. Does not include markup/markdown. Share price for stocks, mutual funds, and others. Percentage of par for bonds. Per share (not contract) for options.
Units { get; set; }Gets or sets the units. For security-based actions other than stock splits. Shares for stocks, mutual funds, and others. Face value for bonds. Contracts for options.

See Also