ChartIQQuoteFeedParams

public class ChartIQQuoteFeedParams : NSObject

Encapsulates parameters with additional information for the data requested by the chart.

Properties

  • 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

Initializers

  • Init QuoteFeedParams model with all parameters.

    Declaration

    Swift

    public init(symbol: String, startDate: String, endDate: String, interval: String, period: Int)

    Parameters

    symbol

    The String Object.

    startDate

    The String Object.

    endDate

    The String Object.

    interval

    The String Object.

    period

    The Int Object.

  • Init QuoteFeedParams model with dictionary parameter.

    Declaration

    Swift

    public init(dictionary: [String : Any])

    Parameters

    dictionary

    The dictionary with data for init QuoteFeedParams model.