Structure
Asset
public struct Asset: Codable, Identifiable
Relationships
Nested Types
Asset.Class
Asset.Exchange
Asset.Status
Conforms To
Codable
Identifiable
Properties
id
let id: UUID
`class`
let `class`: Class
exchange
let exchange: Exchange
symbol
let symbol: String
name
let name: String
status
let status: Status
tradable
let tradable: Bool
marginable
let marginable: Bool
shortable
let shortable: Bool
easyToBorrow
let easyToBorrow: Bool