QuoteCurrency
public enum QuoteCurrency : String, Codable, CaseIterable
Quote Currency - for use as query parameter and to access quote values in desired currency
-
United States dollar
Declaration
Swift
case usd
-
Bitcoin
Declaration
Swift
case btc
-
Ethereum
Declaration
Swift
case eth
-
Polish zloty
Declaration
Swift
case pln
-
Currency code, eg. USD
Declaration
Swift
public var code: String { get }
-
Currency symbol, eg. $
Declaration
Swift
public var symbol: String { get }