InstrumentQuote
Pricing and volume information for an instrument quote.
type InstrumentQuote {
amount: DecimalString!
amountCurrency: String!
amountForDisplay: String!
quantity: DecimalString!
}
Fields
InstrumentQuote.amount ● DecimalString! non-null scalar
The price of the quote, in currency specified by amountCurrency.
InstrumentQuote.amountCurrency ● String! non-null scalar
The currency the amount is in.
InstrumentQuote.amountForDisplay ● String! non-null scalar
The price of the quote, formatted as currency.
InstrumentQuote.quantity ● DecimalString! non-null scalar
The numeric quantity of shares the requested amount would purchase.
Member of
ConsolidatedInstrumentQuote object ● InstrumentDetailsMarketData object