TradableRequestedIndicator
@objc public class TradableRequestedIndicator: NSObject
A part of indicator request with details on requested indicators.
-
The name of the requested indicator.
Declaration
Swift
@objc public let name: String -
A list of params to be used when calculating the indicator.
Declaration
Swift
@objc public let params: [TradableIndicatorParam] -
Simple description of this object.
Declaration
Swift
public override var description: String -
Creates an object with given parameters.
Declaration
Swift
@objc public init(name: String, params: [TradableIndicatorParam])
View on GitHub
TradableRequestedIndicator Class Reference