Skip to main content

Gold-i Trade Connector

Features

fix-goldiConnector Key
Instruments
FX
Request Types
SUBMITCANCELREPLACE
Order Types
LIMIT
Time In Force
DAYGTDGTC
Order ID Mapper
SEQUENCE
Order Status Request
Cancel On Disconnect
Commission
Post Only
Fast Cancel
Fast Replace

Notes

Cancel On Disconnect

All Orders are removed from the system on disconnection irrespective of their ExpireTime.
The client must replace all valid orders on reconnection.

Gold-i does not resend CANCELLED events; the connector discards active orders on (re)connect.

Connection

Gold-i requires a secure connection via stunnel.

[GOLDI]
client = yes
accept = 10323
connect = clientdemo.gold-i.com:40323
verify = 0

Symbology

Currency pairs without separator, e.g. BTCUSD, ETHUSD, BTCJPY, ETHJPY.

Schedule

Weekly session: Sunday 17:00 EST to Sunday 17:00 EST (7-day rolling session).

Config sample

connectors {
GOLDI : ${template.connector.fix.goldi} {
settings : {
host = "<STUNNEL_HOST>"
port = "<STUNNEL_PORT>"

senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
}
}
}