TradableIndicatorPlot
@objc public class TradableIndicatorPlot: NSObject
Provides information about an indicator plot.
-
The name of the plot.
Declaration
Swift
@objc public let name: String
-
The id of the plot.
Declaration
Swift
@objc public let id: UInt
-
A dictionary of plot values, one plot value per timestamp.
Declaration
Swift
@objc public let values: [UInt64: Double]
-
Simple description of this object.
Declaration
Swift
public override var description: String