TradableIndicatorRequest
@objc public class TradableIndicatorRequest: NSObject
A part of historic candle request regarding requested indicators.
-
A list of requested indicators.
Declaration
Swift
@objc public let requestedIndicators: [TradableRequestedIndicator] -
An indication of whether the response should contain the candles.
Declaration
Swift
@objc public let returnCandles: Bool -
Simple description of this object.
Declaration
Swift
public override var description: String -
Creates an object with given parameters.
Declaration
Swift
@objc public init(requestedIndicators: [TradableRequestedIndicator], returnCandles: Bool)
View on GitHub
TradableIndicatorRequest Class Reference