InvestmentTransaction class

InvestmentTransaction class

This class contains fields common to many of the investment transactions.

The InvestmentTransaction type exposes the following members:

Constructors

Constructor Description
InvestmentTransaction() Initializes a new instance of InvestmentTransaction class.

Properties

Property Description
fi_transaction_id Gets or sets the unique FI-assigned transaction ID
server_id Gets or sets the server assigned transaction ID.
trade_date Gets or sets the trade date, for stock splits, day of record.
settle_date Gets or sets the settlement date; for stock splits, execution date.
reversal_fi_transaction_id Gets or sets the reversal transaction id.
memo Gets or sets the other information about transaction.

See Also