TradableCandleResponse
@objc public class TradableCandleResponse: NSObject
Contains a list of candles and a list of indicators that the API response contains.
-
A list of candles.
Declaration
Swift
@objc public var candles: [TradableCandle] = [] -
A list of indicators.
Declaration
Swift
@objc public var indicators: [TradableIndicator] = [] -
The account these candles belong to.
Declaration
Swift
@objc public let associatedAccount: TradableAccount -
Simple description of this object.
Declaration
Swift
public override var description: String
View on GitHub
TradableCandleResponse Class Reference