OBJECT
FIXTRANSPORT
link GraphQL Schema definition
- type FIXTRANSPORT implements TRANSPORT {
- : Boolean
- # Defines whether to send the information on the Decision Maker
- : Boolean
- : String
- : Boolean
- : String
- : UUID
- # Defines whether to send the information on the Exchange Type
- : Boolean
- # The symbol type to use for identifying reference marketplace of the underlying
- # asset
- : SYMBOLTYPE
- : SYMBOLTYPE
- : String
- # The symbol type to use for identifying the underlying asset (FIX tags 305 and
- # 309)
- : SYMBOLTYPE
- # Defines whether to send the information on the Hedge Share Class
- : Boolean
- : String
- : SYMBOLTYPE
- : SYMBOLTYPE
- : String
- # Defines whether to send the information on the Account LEI
- : Boolean
- # The Fix tag that shall be used for transmitting the sender of the order
- : CUSTOMENUMLITERAL
- # The Fix tag that shall be used for transmitting the creator of the order
- : CUSTOMENUMLITERAL
- : SYMBOLTYPE
- # The Fix tag that is used for transmitting the expiration date of good till date
- # orders
- : CUSTOMENUMLITERAL
- # The Symbol type to use when sending the information on the Clearing Organization
- : SYMBOLTYPE
- # The Fix tag that is used for transmitting the underlying maturity date
- : CUSTOMENUMLITERAL
- : [FIXCUSTOMFIELDCONFIGURATION]
- : 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
- : HandleInstruction
- : 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
- : SYMBOLTYPE
- : FIXVersion
- # The Symbol type to use when sending the information on the Clearing Firm
- : SYMBOLTYPE
- : String
- # The symbol type to use for identifying the underlying asset (FIX tag 311)
- : SYMBOLTYPE
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [MARKETPLACE]
- : Long
- }