-
Symbol of the asset, e.g. currency or ticker symbol
Declaration
Swift
var symbol: String { get }
-
Full name of the asset
Declaration
Swift
var name: String { get }
-
Currency the asset is held in
Declaration
Swift
var currency: String { get }
-
Type of the asset, e.g. currency or ETF
Declaration
Swift
var type: AssetType { get }