Quote Data
data class QuoteData(dateTime: GregorianCalendar, quoteStatus: QuoteStatus, ahFlag: Boolean, product: Product, tickerData: TickerData)
Content copied to clipboard
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.
Constructors
QuoteData
Link copied to clipboard
fun QuoteData(dateTime: GregorianCalendar, quoteStatus: QuoteStatus, ahFlag: Boolean, product: Product, tickerData: TickerData)
Content copied to clipboard
The date and time of the quote
Properties
dateTime
Link copied to clipboard
quoteStatus
Link copied to clipboard
tickerData
Link copied to clipboard
Sources
jvm source
Link copied to clipboard