fix api c++ support

Created at 24 Jun 2024, 05:53
LO

loutsgate7

Joined 24.06.2024

fix api c++ support
24 Jun 2024, 05:53


does the fix api support c++ ?


@loutsgate7
Replies

PanagiotisCharalampous
26 Jun 2024, 08:23

Hi there,

FIX API is language neutral. It's just text messages streamed over TCP. You can use any language you want send and receive these messages.

Best regards,

Panagiotis


@PanagiotisCharalampous