Updated to that quantity now is of type Double

This commit is contained in:
dankito 2024-10-15 11:01:25 +02:00
parent 3940b1e77f
commit a33f31df02
1 changed files with 1 additions and 1 deletions

View File

@ -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,
/**