Skip to main content

AlphaPoint Trade Connector

Features

fix-alphapointConnector Key
Instruments
FX
Request Types
SUBMITCANCEL
Order Types
LIMITMARKET
Time In Force
GTCFOKIOC
Order ID Mapper
SEQUENCE
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

ParameterValue
Time ZoneEtc/UTC
Start DayMonday
Start Time00:00:00
End DaySunday
End Time23: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>"
}
}
}