XBTO Trade Connector
Features
fix-xbtoConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Connection
XBTO ORD requires a secure connection via stunnel.
[XBTO]
client = yes
accept = 9319
connect = 11.11.11.11:9319
verify = 0
Symbology
Standard ISO currency pairs in CCY1/CCY2 format, e.g. BTC/USD.
Schedule
| Parameter | Value |
|---|---|
| Time Zone | UTC |
| Start Day | Friday |
| Start Time | 22:00:01 |
| End Day | Friday |
| End Time | 21:59:59 |
| Daily Session? | No |
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| clientId | End-client identifier for real-time checks - credit, size limits, etc. |
Supported order attributes
| Key | Description |
|---|---|
| 1 | Account(1) |
| 21 | HandlInst(21). Instructions for order handling on Broker trading floor. Supported values: 1 = Automated execution order, private, no Broker intervention |
| 109 | ClientID(109). End-client identifier for real-time checks - credit, size limits, etc. |
Config sample
connectors {
XBTO: ${template.connector.fix.xbto} {
settings {
host = "<STUNNEL_HOST>"
port = <STUNNEL_PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
clientId = "<CLIENT_ID>"
}
}
}