quickfast icon indicating copy to clipboard operation
quickfast copied to clipboard

A C++ implementation of the FAST protocol.

Results 51 quickfast issues
Sort by recently updated
recently updated
newest added

Hi Team, I created the Quickfast solution file for .NET 64 bit version. But when I am compiling I am getting error that quickfastd.lib not linked. When I checked the...

I am using C++ QuickFast Engine. I am using below mention version for QuickFast and Boost library. Quickfast - 1_4_0 Boost - 1_66_0 I have done all the necessary set...

Hi All, I am creating the quickfast solution for windows 64 bit version. I copied everything prerequisites like boost xerces and MPC with Perl. But when I am running the...

I am trying to decode and xml but getting DecoderConnection: Cannot determine what type of assembler to use. Checked the code but didn't get much info on type of assembler...

there are some error in makefile

``` The test data currently being used is proprietary and cannot be redistributed. We need to find or develop some redistributable test data. ``` Original issue reported on code.google.com by...

auto-migrated
Priority-Low
Type-Task

Hi, i'm a infrastructure analyst and i'm trying to decode a .pcap file into a fix file, but i got this error: the pcap file is dumped like this: tcpdump...

The library defaults to define BOOST_THREAD_USE_DLL. However, it should be configurable to use either static or shared Boost libraries.

Hi, I am working on the encoding a fast message. I have an optional uint32 field in the template which should be initialized to NULL. So, while encoding I used...