Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQuoteData

Hierarchy

  • IQuoteData

Index

Properties

ahFlag: string

Indicates whether the quote details are being displayed after hours or not.

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

dateTime: string

The date and time of the quote.

dateTimeUTC: number

The date and time of the quote in Coordinated Universal Time (UTC).

dstFlag: boolean

Indicates whether the daylight savings flag is set. This field is displayed only when detailFlag is MF_DETAIL.

errorMessage: string

The Quote API will not populate any value for an invalid symbol. When an invalid symbol is requested, the API returns the Messages structure as part of QuoteResponse instead of using the errorMessage string in QuoteData. For this reason, Quote API clients should refer to Messages in the QuoteResponse.

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

hasMiniOptions?: boolean

Optional field. Value is true if mini options exist for the symbol; otherwise, value is false. This field will only be populated when the symbol is an equity or an index and the skipMiniOptionsCheck parameter is set to false or not provided in the request.

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

mutualFund: IMutualFund

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

product: IProduct

The product details for the symbol the quote has been requested for.

quoteStatus: QuoteStatus

The status of the quote; possible values are: REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, or EH_CLOSED.

timeZone: string

Indicates whether the time zone is set. This field is displayed only when detailFlag is MF_DETAIL.

The quote details to be displayed. This field depends on the detailFlag input parameter. For example, if detailFlag is ALL, AllQuoteDetails are displayed. If detailFlag is MF_DETAIL, the MutualFund structure gets displayed.

Generated using TypeDoc