Category

public enum Category : String, Codable

Market category

  • Spot

    Declaration

    Swift

    case spot = "Spot"
  • Derivatives

    Declaration

    Swift

    case derivatives = "Derivatives"
  • otc

    OTC

    Declaration

    Swift

    case otc = "OTC"
  • Declaration

    Swift

    case empty = ""