JPMorgan Algo Trade Connector
Features
fix-jpmalgoConnector Key✓
Order Status Request
✓
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Algo trading
Per the spec, a custom tag with a value higher than 6000 must be included.
Symbology
Schedule
All times are in America/New_York:
| Day | Open | Close |
|---|---|---|
| Monday | 06:00 | 19:00 |
| Tuesday | 06:00 | 19:00 |
| Wednesday | 06:00 | 19:00 |
| Thursday | 06:00 | 19:00 |
| Friday | 06:00 | 19:00 |
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| customAttributesSet | 6000-10067 | The set of order request attributes which should be passed in FIX message. |
Supported order attributes
| Key | Description |
|---|---|
| >6000 | Used for various Algo parameters |
| 6061 | ExecServId(6061). |
| 9207 | OMS/EMS Name e.g. NEOVEST, EZECASTLE, CHARLESRIVER |
| 9681 | OMS/EMS Version e.g. 1.0.15 |
Config sample
connectors {
MS : ${template.connector.fix.jpmalgo} {
settings {
host = "<HOST>"
port = <PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
targetSubId = "<TARGET_SUB_ID>"
}
}
}
}