Skip to main content

AlphaPoint Market Data Connector

AlphaPoint Data Connector based on FIX protocol.

Features

alphapointConnector 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.
BeginStringFIX.4.4BeginString of the FIX session.
SenderCompIDN/ASenderCompID of the FIX session.
TargetCompIDN/ATargetCompID of the FIX session.
Use SSLfalseEnable to use SSL.
Exchange NameALPHAPOINTExchange 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

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.alphapoint" level="TRACE">
<appender-ref ref="safeAppender"/>
</logger>