Laser Digital Trade Connector
Features
fix-laserdigitalConnector Key✓
Order Status Request
✓
Cancel On Disconnect
✓
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Client Order ID
Max length is 64 characters.
Maintenance Window
Sundays at 08:00 ET, lasting 30–120 minutes.
Connectivity
The following connectivity options are available:
- Internet - with TLS encryption (1.2 or above)
- AWS to AWS Private Link
Internet connectivity is recommended for the fastest integration time. AWS Private Link may be available on request.
The client initiates the connection to Laser Digital's FIX endpoint.
All client IP addresses must be whitelisted with Laser Digital.
[LASERDGTL]
client = yes
accept = 47165
connect = uat.fix.laserdigital.com:37165
cert = C:\LaserDigital\cert.pem
key = C:\LaserDigital\key.pem
Symbology
Symbol(55) uses BASE/QUOTE format, e.g. BTC/USD.
SecurityType(167) distinguishes different products for the same currency pair.
Schedule
Trading hours: 08:00 to 17:00 London time.
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| username | Username. | |
| password | Password. | |
| onBehalfOfSubId | Required when the sending firm is not the end client. | |
| deliverToSubId | Required when the sending firm is not the end client. |
Supported order attributes
| Key | Description |
|---|---|
| 116, 6116 | OnBehalfOfSubID(116) |
| 129, 6129 | DeliverToSubID(129) |
Config sample
connectors {
LASERDGTL: ${template.connector.fix.laserdigital} {
settings {
host = "<STUNNEL_HOST>"
port = <STUNNEL_PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "LASERDIGITALOE"
username = "<USERNAME>"
password = "<PASSWORD>"
}
}
}