FAST protocol with FIX 4.4

Nov 27, 2019 at 1:36pm
I am newbie to C++ FIX engines Development and I would like to know if is possible use C++ FAST protocol with FIX 4.4 protocol in my broker.
Nov 27, 2019 at 10:10pm
What is C++ FAST?
Nov 27, 2019 at 10:59pm
What is C++ FAST?

I guess it makes you code run faster?
just kidding lol
Nov 28, 2019 at 2:59am
Sorry I meant about QuickFAST , an Open Source native C++ implementation of the FAST Protocol [SM]. FAST(Fix Adapted for STreaming) protocol was developed by FIX Protocol Limited [FPL] (http://www.fixprotocol.org/fast/)
as a way to reduce the bandwidth and network-latency
Nov 28, 2019 at 9:16am
Ok, never heard of FAST previously, but apparently, FAST is streamed compressed FIX, so yes.

So you'd expect and FAST library in any language would attempt to conform to the spec.

I found this link helpful.
https://objectcomputing.com/resources/publications/mnb/using-quickfast-and-opendds-for-a-low-latency-market-data-feed
Last edited on Nov 28, 2019 at 9:16am
Topic archived. No new replies allowed.