JournalFund
JournalFund class
Journaling cash holdings between sub-accounts within the same investment account.
public class JournalFund : AbstractInvestmentTransaction
Constructors
Name | Description |
---|---|
JournalFund() | Initializes a new instance of JournalFund class. |
Properties
Name | Description |
---|---|
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
- class AbstractInvestmentTransaction
- namespace Aspose.Finance.Ofx.Investment
- assembly Aspose.Finance