AlphaPoint Trade Connector
Features
fix-alphapointConnector Key✓
Order Status Request
✓
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Order State Restoration
AlphaPoint does not resend missed FIX messages. Instead, order state is restored via OrderStatusRequest(H) at session logon. The Reset Sequence Numbers flag must always be enabled.
Symbology
AlphaPoint identifies instruments by integer IDs transmitted in SecurityID (48).
These IDs must be configured in the alphapointInstrumentId field in the Security Metadata stream.
Schedule
| Parameter | Value |
|---|---|
| Time Zone | Etc/UTC |
| Start Day | Monday |
| Start Time | 00:00:00 |
| End Day | Sunday |
| End Time | 23:59:55 |
| Daily Session? | Yes |
Config sample
connectors {
ALPHAPOINT : ${template.connector.fix.alphapoint} {
settings : {
host = "<HOST>"
port = <PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
}
}
}