toggle menu
data-models
JVM
switch theme
search in API
data-models
/
org.cryptotrader.data.library.entity.currency
/
CurrencyHistory
Currency
History
@
Entity
open
class
CurrencyHistory
:
Identifiable
Members
Constructors
Currency
History
Link copied to clipboard
constructor
(
)
constructor
(
currency
:
Currency
,
value
:
Double
)
constructor
(
currency
:
Currency
,
value
:
Double
,
lastUpdated
:
LocalDateTime
)
Functions
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
Long
set
Id
Link copied to clipboard
open
fun
setId
(
id
:
Long
)