Enum InvestmentTransactionType
- Namespace
- Tudormobile.QIFLibrary.Entities
- Assembly
- Tudormobile.QIFLibrary.dll
Investment Transaction Types.
public enum InvestmentTransactionType
Fields
BUYMF = 1Buy Mutual Fund.
BUYSTOCK = 2Buy Stock.
SELLMF = 3Sell mutual fund.
SELLSTOCK = 4Sell stock.
UNKNOWN = 0Unknown or unsupported type.