Bosonic Trade Connector
Features
fix-bosonicConnector Key✗
Order Status Request
✓
Cancel On Disconnect
✗
Commission
✗
Post Only
✓
Fast Cancel
✓
Fast Replace
Notes
Symbology
Standard ISO currency pairs in CCY1/CCY2 format, e.g. BTC/USD.
Perpetual and Futures Contracts
Quote suffixes:
USP— USD perpetualUSH— March futures contractUSM— June futures contractUSU— September futures contractUSZ— December futures contract
Base prefixes:
BTX— BTC derivativeETX— ETH derivative
For example: BTX/USP is the BTC/USD perpetual, ETX/USP is the ETH/USD perpetual, BTX/USH is the March BTC/USD futures contract.
Schedule
| Parameter | Value |
|---|---|
| Time Zone | America/New_York |
| Start Day | Saturday |
| Start Time | 17:05 |
| End Day | Saturday |
| End Time | 17:00 |
| Daily Session? | No |
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| username | Username | |
| password | Password | |
| custodianId | Custodian ID. Used only for Crypto, if not specified, a default custodian will be chosen by BOSONIC |
Supported order attributes
| Key | Description |
|---|---|
| 40 | OrdType(40). Order type. Supported values: 2 = Limit, X = Ping Dark |
| 21 | HandlInst(21). Instructions for order handling on Broker trading floor. Supported values: D = Dark |
Config sample
connectors {
BOSONIC : ${template.connector.fix.bosonic} {
settings {
host = "<HOST>"
port = <PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
username = "<USERNAME>"
password = "<PASSWORD>"
custodianId = "<CUSTODIAN_ID>"
}
}
}