InstrumentReferentialQuote
Referential quote data for an instrument.
type InstrumentReferentialQuote {
change: DecimalString!
lastTrade: Money!
}
Fields
InstrumentReferentialQuote.change
● DecimalString!
non-null scalar
Trading price change in the day at the time of request.
InstrumentReferentialQuote.lastTrade
● Money!
non-null object
Last trading price at the time of request.
Member of
InstrumentDetails
object