Skip to main content

Laser Digital Trade Connector

Features

fix-laserdigitalConnector Key
Instruments
FXCFD
Request Types
SUBMITCANCEL
Order Types
MARKETLIMIT
Time In Force
IOCFOK
Order ID Mapper
COMPOSITE
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

ParameterDefault ValueDescription
usernameUsername.
passwordPassword.
onBehalfOfSubIdRequired when the sending firm is not the end client.
deliverToSubIdRequired when the sending firm is not the end client.

Supported order attributes

KeyDescription
116, 6116OnBehalfOfSubID(116)
129, 6129DeliverToSubID(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>"
}
}
}