JournalFund

JournalFund class

Journaling cash holdings between sub-accounts within the same investment account.

public class JournalFund : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
SubAccountFrom { get; set; }Gets or sets the sub-account that security or cash is being transferred from.
SubAccountTo { get; set; }Gets or sets the sub-account that security or cash is being transferred to.
Total { get; set; }Gets or sets the transaction total.

See Also