Skip to main content

ConsolidatedInstrumentQuoteInput

Parameters for getting a consolidated investment instrument quote.

input ConsolidatedInstrumentQuoteInput {
amount: DecimalString!
symbol: String!
}

Fields

ConsolidatedInstrumentQuoteInput.amount ● DecimalString! non-null scalar

The amount of currency for the purchase. Used to determine number of shares for the purchase.

ConsolidatedInstrumentQuoteInput.symbol ● String! non-null scalar

The symbol of the instrument to be quoted.

Member of

consolidatedInstrumentQuote query