Skip to main content

LMAX Market Data Connector

Data Connector based on LMAX FIX protocol.

Features

lmaxConnector Key
Instrument Types
FX
Asset Class
FXCrypto
Technology
FIX
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
HostN/ALMAX FIX Server Host.
PortN/ALMAX FIX Server Port.
SenderCompIDN/ASenderCompID of LMAX FIX Session.
TargetCompIDN/ATargetCompID of LMAX FIX Session.
User NameN/AUser Name of LMAX FIX Session.
User PasswordN/AUser Password of LMAX FIX Session.
Use SSLtrueEnable to use SSL.
Exchange NameLMAXExchange name for this session. It will be used if symbol name doesn't contain it.
Output Book Size20Size of the output book (max 20).
Quantity Multiplier FieldN/AField from securities stream that will be used for quantity transformation. Empty value means 'no transformation'.

Symbology

Symbol NotationExamples
LMAX Security identifier4001
4007

Logging

To enable dump of FIX data, use these lines in the <QSHOME>/config/gflog.xml file:

<logger name="deltix.qsrv.hf.plugins.data.lmax" level="TRACE">
<appender-ref ref="safeAppender"/>
</logger>