Skip to main content

Xenfin Market Data Connector

Xenfin Data Connector based on FIX protocol.

Features

xenfinConnector Key
Instrument Types
FX
Asset Class
Crypto
Technology
FIX
Feed Mode
Real-Time
Order Book Update Mode
Snapshot
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
HostN/AFIX server host.
PortN/AFIX server port.
SenderCompIDN/ASenderCompID of the FIX session.
TargetCompIDN/ATargetCompID of the FIX session.
User NameN/AUser name for the FIX session.
PasswordN/APassword for the FIX session.
Use SSLtrueEnable to use SSL.
Exchange NameXENFINExchange name for this session.
Use Snapshot FeedfalseBy default, the data connector uses the Incremental Refresh feed for processing market data updates.

Select this option if you want to use the Snapshot feed to get an order book (tag 265 = 0).

The default value for this option is false.
Output Book Size20Size of the output book.
Start Time17:05:00Start time of the session in the 24-hours format (HH:MM:SS).

Default value is 17:05:00.
Start DaySUNDay of week of session start.

Default value is SUN.
End Time17:00:00End time of the session in the 24-hours format (HH:MM:SS).

Default value is 17:00:00.
End DayFRIDay of week of session end.

Default value is FRI.
Time ZoneAmerica/New_YorkTime zone of start/end session time.

Default value is America/New_York.
Daily/WeeklytrueIf this parameter is true, the session will start/end every day.

Symbology

TBD

Logging

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

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