Structure
Asset
public struct Asset: Codable, Identifiable
Relationships
Nested Types
Asset.ClassAsset.ExchangeAsset.Status
Conforms To
CodableIdentifiable
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