SellMutualFund

SellMutualFund class

Investment sell mutual fund class.

public class SellMutualFund : AbstractInvestmentSellTransaction

Constructors

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

Properties

NameDescription
AverageCostBasis { get; set; }Gets or sets the average cost basis.
InvestmentSell { get; set; }Gets or sets the InvestmentSell.
RelateFITransactionID { get; set; }Gets or sets the ID of related trade.
SellType { get; set; }Gets or sets the sell type.

See Also