JournalSecurity

JournalSecurity class

Journaling security holdings between subaccounts within the same investment account.

public class JournalSecurity : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
SecurityId { get; set; }Gets or sets the SecurityId.
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.
Units { get; set; }Gets or sets the units. For security-based actions other than stock splits. Shares for stocks, mutual funds, and others. Face value for bonds. Contracts for options.

See Also