Skip to main content

Jane Street Market Data Connector

Jane Street Data Connector based on FIX protocol.

Features

janestreetConnector Key
Instrument Types
FX
Asset Class
Crypto
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/AFIX server host.
PortN/AFIX server port.
SenderCompIDN/ASenderCompID of the FIX session.
TargetCompIDN/ATargetCompID of the FIX session.
TargetSubIDN/ATargetSubID of the FIX session.
Exchange NameJCXExchange name for this session.
Output Book Size20Size of the output book.
Snapshot Interval10SThis property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator.

Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in.

Default value is 10 seconds.
Start Time00:00:00Start time of the session in the 24-hours format (HH:MM:SS).

Default value is 00:00:00.
Start DayMONDay of week of session start.

Default value is MON.
End Time23:59:59End time of the session in the 24-hours format (HH:MM:SS).

Default value is 23:59:59.
End DaySUNDay of week of session end.

Default value is SUN.
Time ZoneUTCTime zone of start/end session time.

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

Symbology

Supported symbol notations:

Symbol NotationExamples
CRYPTO/PAIRXBT/USD
CRYPTO/PAIRETH/USD

Logging

To enable detailed logging, use these lines in the <QSHOME>/config/gflog.xml file:

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