Category
public enum Category : String, Codable
Market category
-
Spot
Declaration
Swift
case spot = "Spot"
-
Derivatives
Declaration
Swift
case derivatives = "Derivatives"
-
OTC
Declaration
Swift
case otc = "OTC"
-
Declaration
Swift
case empty = ""