TradableIndicatorInfoParam
@objc public class TradableIndicatorInfoParam: NSObject
Describes an allowed indicator parameter.
-
The name of the parameter.
Declaration
Swift
@objc public let name: String -
The type of the parameter.
Declaration
Swift
@objc public let type: String -
A default value of the parameter.
Declaration
Swift
@objc public let defaultValue: AnyObject -
An optional list of allowed values that this parameter can take.
Declaration
Swift
@objc public let allowedValues: [AnyObject]? -
Simple description of this object.
Declaration
Swift
public override var description: String
View on GitHub
TradableIndicatorInfoParam Class Reference