Updated to that quantity now is of type Double
This commit is contained in:
parent
3940b1e77f
commit
a33f31df02
|
@ -12,7 +12,7 @@ open class Holding(
|
|||
open var isin: String? = null,
|
||||
open var wkn: String? = null,
|
||||
|
||||
open var quantity: Int? = null,
|
||||
open var quantity: Double? = null,
|
||||
open var currency: String? = null,
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue