Mercurial > public > lazybear
diff LazyBear/Global Models/InsiderTransactionModel.swift @ 457:c6913f0ce46e
Minor UI Updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 28 Jun 2021 14:03:50 +0200 |
parents | 428109b1e3f0 |
children |
line wrap: on
line diff
--- a/LazyBear/Global Models/InsiderTransactionModel.swift Mon Jun 28 12:51:06 2021 +0200 +++ b/LazyBear/Global Models/InsiderTransactionModel.swift Mon Jun 28 14:03:50 2021 +0200 @@ -14,6 +14,6 @@ var reportedTitle: String? var transactionCode: String var transactionPrice: Float? - var transactionShares: Int? + var transactionShares: Float? var transactionValue: Float? }