SellDebt

SellDebt class

Investment sell debt class.

public class SellDebt : AbstractInvestmentSellTransaction

Constructors

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

Properties

NameDescription
AccruedInterest { get; set; }Gets or sets the accrued interest.
InvestmentSell { get; set; }Gets or sets the InvestmentSell.
SellReason { get; set; }Gets or sets the reason the sell of a debt security was generated.

See Also