OBJECT

ASSETATMARKETPLACE

link GraphQL Schema definition

  • type ASSETATMARKETPLACE {
  • # Whether or not the quote source is the home quote source
  • home: Boolean
  • # Whether or not the quote source is the reference quote source for the specified
  • # quote unit
  • reference: Boolean
  • useQuoteFactorHistorically: Boolean
  • tradeCurrency: CURRENCYComputationResult
  • # The unit in which a quote is provided by the quote source
  • quoteUnit: Unit
  • lastQuote: QUOTE
  • id: Long
  • symbols: [SYMBOL]
  • quotable: QUOTABLE
  • lotSize: Value
  • uuid: UUID
  • quoteSource: QUOTESOURCE
  • quoteFactor: Value
  • deletedAt: DateTime
  • tradable: Boolean
  • deletedBy: SUBJECT
  • # Arguments
  • # type: The type of the symbol to retrieve.
  • symbol(type: String!): SYMBOL
  • # The primary symbol (symbol type with the highest priority)
  • primarySymbol: SYMBOL
  • version: Long
  • }