← Back to X_TRADER® Help Library
FIX Adapter System Administration Documentation
- What’s New In FIX Adapter 7.17.X?
- Network Architecture
- Installing TT FIX Adapter
- Creating TT FIX Adapter Configurations
-
Configuring An Order Routing FIX Adapter
- About the Order Routing Configuration Type
- (OR) Specifying Global Configuration Settings
- (OR) Configuration Settings: Selecting Products
- (OR) Specifying Gateway Settings
- (OR) Specifying Global FIX Session Settings
- (OR) Additional FIX Session Settings: Market Data
- (OR) Market Data: Formatting Prices
- (OR) Additional FIX Session Settings: Order Routing Requests
- (OR) Additional FIX Session Settings: Order Routing Responses - FIX Tags
- (OR) Additional FIX Session Settings: Order Routing Responses - Business Flows
-
Configuring A Drop Copy FIX Adapter
- About the Drop Copy Configuration Type
- (DC) Specifying Global Configuration Settings
- (DC) Configuration Settings: Selecting Products
- (DC) Specifying Gateway Settings
- (DC) Specifying Global FIX Session Settings
- (DC) Additional FIX Settings: Market Data
- (DC) Market Data: Formatting Prices
- (DC) Additional FIX Settings: Order Routing Responses - FIX Tags
- (DC) Additional FIX Settings: Order RoutingResponses - Business Flows
- Managing A TT FIX Adapter
FACT: How to add a hidden XML configuration option
By default, TT FIX Adapter hides tags specific to the MiFID II regulations. If a TT FIX Adapter needs to support MiFID II regulations, you can enable the tags by updating the XML configuration file for the TT FIX Adapter.
How to support MiFID II compliance for TT FIX Adapter
To enable MiFID II support:
- Open the tt\config\adapternameAdapter.xml file in a text editor.
-
Add the following line to the end of the XML file:
<fa:HiddenOptions> <fa:HiddenOption>mifid=enabled</fa:HiddenOption> </fa:HiddenOptions>
- Save the file, and restart TT FIX Adapter.
How to support MiFID II compliance for a Drop Copy TT FIX Adapter
If you want Drop Copy TT FIX Adapters to be able to receive the following drop copy order messages:
- New Order Single (D)
- New Order Cancel Request (F)
- Order Cancel/Replace Request (G)
To enable MiFID II support for these messages:
- Open the tt\config\adapternameAdapter.xml file in a text editor.
-
Add the following line to the end of the XML file:
<fa:HiddenOptions> <fa:HiddenOption>mifid=enabled_with_compliance_feed</fa:HiddenOption> </fa:HiddenOptions>
- Save the file, and restart TT FIX Adapter.