OBJECT

FIXTRANSPORT

link GraphQL Schema definition

  • type FIXTRANSPORT implements TRANSPORT {
  • useExecBroker: Boolean
  • # Defines whether to send the information on the Decision Maker
  • sendDecisionMaker: Boolean
  • onBehalfOfCompId: String
  • manualOrderIndicator: Boolean
  • senderCompId: String
  • uuid: UUID
  • # Defines whether to send the information on the Exchange Type
  • sendExchangeType: Boolean
  • # The symbol type to use for identifying reference marketplace of the underlying
  • # asset
  • underlyingSecurityExchangeSymbolType: SYMBOLTYPE
  • incomingMarketplaceSymbolType: SYMBOLTYPE
  • name: String
  • # The symbol type to use for identifying the underlying asset (FIX tags 305 and
  • # 309)
  • underlyingSecurityIdSymbolType: SYMBOLTYPE
  • # Defines whether to send the information on the Hedge Share Class
  • sendHedgeShareClass: Boolean
  • senderSubId: String
  • securityExchangeSymbolType: SYMBOLTYPE
  • exDestinationSymbolType: SYMBOLTYPE
  • targetSubId: String
  • # Defines whether to send the information on the Account LEI
  • sendAccountLEI: Boolean
  • # The Fix tag that shall be used for transmitting the sender of the order
  • orderSenderTag: CUSTOMENUMLITERAL
  • # The Fix tag that shall be used for transmitting the creator of the order
  • orderCreatorTag: CUSTOMENUMLITERAL
  • assetSymbolType: SYMBOLTYPE
  • # The Fix tag that is used for transmitting the expiration date of good till date
  • # orders
  • goodTillDateTag: CUSTOMENUMLITERAL
  • # The Symbol type to use when sending the information on the Clearing Organization
  • clearingOrganizationSymbolType: SYMBOLTYPE
  • # The Fix tag that is used for transmitting the underlying maturity date
  • underlyingMaturityTag: CUSTOMENUMLITERAL
  • customFieldConfigurations: [FIXCUSTOMFIELDCONFIGURATION]
  • id: Long
  • # The time zone is used for orders for which no marketplace is defined (as Forex
  • # or Money Market orders) to determine the correct time for GTD expiration time,
  • # if the transport is configured to use the tag ExpireTime.
  • timeZone: TIMEZONE
  • handleInstruction: HandleInstruction
  • targetCompId: String
  • # A script that returns the weight of a transport. Greater weight numbers will be
  • # preferred over minor numbers. For a minimum implementation just set the content
  • # to the number itself. If no script is defined, the transport will be rated with
  • # a weight of 0.
  • script: SCRIPT
  • securityIdSymbolType: SYMBOLTYPE
  • fixVersion: FIXVersion
  • # The Symbol type to use when sending the information on the Clearing Firm
  • clearingFirmSymbolType: SYMBOLTYPE
  • deliverToCompId: String
  • # The symbol type to use for identifying the underlying asset (FIX tag 311)
  • underlyingSymbolType: SYMBOLTYPE
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • marketplaces(orderBy: [OrderBy], includeDeleted: Boolean): [MARKETPLACE]
  • version: Long
  • }