Skip to main content

Swissquote Market Data Connector

Swissquote Data Connector based on FIX protocol.

Features

swissquoteConnector 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.
User NameN/AUser name for the FIX session.
PasswordN/APassword for the FIX session.
Exchange NameSWISSQUOTEExchange name for this session.
Aggregated BooktrueSelect this option, if you want to get an aggregated book (tag 266 = true).
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.

Symbology

Supported symbol notations:

Symbol NotationExamples
CRYPTO/PAIR (upper case)XBT/USD

Logging

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

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