Bosonic Market Maker Trade Connector
Features
fix-bosonicmmConnector KeyNotes
Description
The Bosonic Market Maker connector is used to send quotes to Bosonic. It does not receive quote Execution Reports. To receive Execution Reports for quotes, configure the BosonicMT connector alongside this one.
Quote acknowledgement
Bosonic does not acknowledge quote receipt. Quotes may be silently rejected due to internal restrictions such as quote crossing or a significant price deviation.
Symbology
Standard ISO currency pairs in CCY1/CCY2 format, e.g. BTC/USD.
Perpetual and Futures Contracts
-
USP - USD Perpetual
-
USH - March Futures Contract
-
USM - June Futures Contract
-
USU - September Futures Contract
-
USZ - December Futures Contract
-
BTX - BTC derivative contract base
-
ETX - ETH derivative contract base
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 |
Supported order attributes
| Key | Description |
|---|---|
| 7777 | Market level. Value should have <BOT-ID>_<LEVEL> format, for example: "BOT5_1" |
Config sample
connectors {
BOSONICMM : ${template.connector.fix.bosonicmm} {
settings {
host = "<HOST>"
port = <PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
username = "<USERNAME>"
password = "<PASSWORD>"
}
}
}