konnexengine ~master (2022-03-11T22:24:10Z)
Dub
Repo
Amount
konnexengine
money
blueprint
Undocumented in source.
class
Amount {
import
money
;
;
this
(string symbol, double amount);
UUID
id
;
string
symbol
;
double
amount
;
SysTime
timestamp
;
}
Constructors
this
this
(string symbol, double amount)
Undocumented in source.
Members
Variables
amount
double
amount
;
Undocumented in source.
id
UUID
id
;
Undocumented in source.
symbol
string
symbol
;
Undocumented in source.
timestamp
SysTime
timestamp
;
Undocumented in source.
Meta
Source
See Implementation
konnexengine
money
blueprint
classes
Amount
Currency
functions
createAmountIn