QuoteCurrency

public enum QuoteCurrency : String, Codable, CaseIterable

Quote Currency - for use as query parameter and to access quote values in desired currency

  • usd

    United States dollar

    Declaration

    Swift

    case usd
  • btc

    Bitcoin

    Declaration

    Swift

    case btc
  • eth

    Ethereum

    Declaration

    Swift

    case eth
  • pln

    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 }