InstrumentDetails
No description
type InstrumentDetails {
description: String
image: URLString
marketData: InstrumentDetailsMarketData!
name: String!
referentialQuote: InstrumentReferentialQuote!
type: String!
}
Fields
InstrumentDetails.description ● String scalar
Company description for this instrument.
InstrumentDetails.image ● URLString scalar
Image for this instrument (Company logo).
InstrumentDetails.marketData ● InstrumentDetailsMarketData! non-null object
Market data for this instrument.
InstrumentDetails.name ● String! non-null scalar
Name of this instrument.
InstrumentDetails.referentialQuote ● InstrumentReferentialQuote! non-null object
Referential quote data for this instrument.
InstrumentDetails.type ● String! non-null scalar
The instrument type (Equity, ETF, etc.)
Returned by
instrumentDetails query