ChartIQQuoteFeedParams
public class ChartIQQuoteFeedParams : NSObject
Encapsulates parameters with additional information for the data requested by the chart.
-
The ChartIQQuoteFeedParams symbol parameter.
Declaration
Swift
public var symbol: String -
The ChartIQQuoteFeedParams startDate parameter.
Declaration
Swift
public var startDate: String -
The ChartIQQuoteFeedParams endDate parameter.
Declaration
Swift
public var endDate: String -
The ChartIQQuoteFeedParams interval parameter.
Declaration
Swift
public var interval: String -
The ChartIQQuoteFeedParams period parameter.
Declaration
Swift
public var period: Int
-
Init QuoteFeedParams model with all parameters.
Declaration
Swift
public init(symbol: String, startDate: String, endDate: String, interval: String, period: Int)Parameters
symbolThe String Object.
startDateThe String Object.
endDateThe String Object.
intervalThe String Object.
periodThe Int Object.
-
Init QuoteFeedParams model with dictionary parameter.
Declaration
Swift
public init(dictionary: [String : Any])Parameters
dictionaryThe dictionary with data for init QuoteFeedParams model.
ChartIQQuoteFeedParams Class Reference