TradableIndicatorParam

@objc public class TradableIndicatorParam: NSObject

Describes a used 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
  • The value of the parameter.

    Declaration

    Swift

    @objc public let value: AnyObject
  • 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, type: String, value: AnyObject)