Transfer class

Transfer class

Investment transfer class.

Inheritance: TransferAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The Transfer type exposes the following members:

Constructors

ConstructorDescription
Transfer()Initializes a new instance of Transfer class.

Properties

PropertyDescription
investment_transactionGets or sets the AbstractInvestmentTransaction.investment_transaction.
security_idGets or sets the Transfer.security_id.
sub_account_securityGets or sets the sub-account type for the security.
unitsGets 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.
transfer_actionGets or sets the action for transfers.
position_typeGets or sets the position type.
investment_account_fromGets or sets the from of InvestmentAccount.
average_cost_basisGets or sets the average cost basis of this position.
unit_priceGets or sets the price per commonly-quoted unit. Does not include markup/markdown. Share price for stocks, mutual funds, and others. Percentage of par for bonds. Per share (not contract) for options.
purchase_dateGets or sets the security’s original purchase date.
investment_401k_sourceGets or sets the source of money for this security in this position.

See Also