QuoteData

fun QuoteData(dateTime: GregorianCalendar, quoteStatus: QuoteStatus, ahFlag: Boolean, product: Product, tickerData: TickerData)

Parameters

dateTime

The date and time of the quote

quoteStatus

The status of the quote

ahFlag

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

symbol

Ticker symbol

tickerData

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.

Sources

jvm source
Link copied to clipboard