Mercurial > public > simoleon
diff Simoleon/Models/CurrencyQuoteModel.swift @ 17:4a81e39186f1 v1.0
Minor UI changes
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 15 Jul 2021 20:24:13 +0100 |
parents | aec2e86e5dbd |
children | 8afba86ab8dd |
line wrap: on
line diff
--- a/Simoleon/Models/CurrencyQuoteModel.swift Thu Jul 15 19:03:24 2021 +0100 +++ b/Simoleon/Models/CurrencyQuoteModel.swift Thu Jul 15 20:24:13 2021 +0100 @@ -9,9 +9,9 @@ struct CurrencyQuoteModel: Codable, Hashable { var symbol: String? - var price: Float? - var bid: Float? - var ask: Float? + var price: Double? + var bid: Double? + var ask: Double? var timeStamp: Int? private enum CodingKeys: String, CodingKey {