enum class TransactionType
Enumeration class for the TransactionType of a Transaction. The possible types of a transaction are BUY and SELL.
Author
Juri Lozowoj
BUY |
BUY indicates that the transaction was a purchase. |
SELL |
SELL indicates that the transaction was a sale. |