MarketType
public enum MarketType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case spot = "spot"
-
Declaration
Swift
public var description: String { get }