app / de.uniks.codliners.stock_simulator.domain / TransactionType

TransactionType

enum class TransactionType

Enumeration class for the TransactionType of a Transaction. The possible types of a transaction are BUY and SELL.

Author
Juri Lozowoj

Enum Values

BUY

BUY indicates that the transaction was a purchase.

SELL

SELL indicates that the transaction was a sale.