Galaxy Digital Trade Connector
Features
fix-galaxyConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Message Recovery
Galaxy always resets sequence numbers on Logon.
ResetSeqNum(141)=Y in Logon message is required.
Connectivity
Galaxy requires a secure connection via stunnel and IP whitelisting.
Stunnel configuration:
[GALAXY]
client = yes
accept = 20049
connect = rfs-staging.glxy.com:9999
verify = 0
Symbology
Currency pairs in BASE/QUOTE format, e.g. BTC/USD.
Schedule
The Galaxy platform operates daily from 17:30 ET to 17:00 ET the following day.
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
quoteId | dummy | Default Quote ID. |
Config sample
connectors {
GALAXY : ${template.connector.fix.galaxy} {
settings : {
host = "<STUNNEL_HOST>"
port = <STUNNEL_PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
quoteId = "dummy"
}
}
}