BuyMutualFund

BuyMutualFund class

Investment buy mutual fund transaction class.

public class BuyMutualFund : AbstractInvestmentBuyTransaction

Constructors

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

Properties

NameDescription
BuyType { get; set; }Gets or sets the type of purchase.
InvestmentBuy { get; set; }Gets or sets the InvestmentBuy.
RelateFITransactionID { get; set; }Gets or sets the relate transactions associated with mutual fund exchanges.

See Also