Gemini FIX Trade Connector
Features
fix-geminiConnector Key✓
Order Status Request
✓
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Market Orders
Only SELL Market orders are supported.
Sequence Numbers
Gemini never resets sequence numbers on the server side during the logon workflow unless the client explicitly requests it.
Commission
Commission, commission currency, and Aggressor Indicator are included in Trade Report Events.
Symbology
Supported symbols
The Gemini symbol must be set in the geminiSymbol field of the Security Metadata stream.
Schedule
Trading is available 24/7.
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
cancelOnDisconnect | true | Used to enable or disable cancel on disconnect |
onBehalfOfCompId | Used to identify firm originating message |
Supported order attributes
| Key | Description |
|---|---|
| 18 | ExecInst(18) - Used for specific execution options |
| 115 | OnBehalfOfCompID(115) - Used to identify firm originating message |
Config sample
connectors {
GEMINI : ${template.connector.fix.gemini} {
settings {
host = "<HOST>"
port = <PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
}
}
}