quickfast
quickfast copied to clipboard
A C++ implementation of the FAST protocol.
Hi, I want to include template ID in the beginning of the fast encoded login message. I saw different examples to encode a message. My code is as follows ```...
Hello, Just a note so i wont forget it. I was playing with quickfast and liquibook on my osx box and i found a problem with readlink on BSD systems....
In AsioService::run(), sharedRunningThreadCount_ or runningThreadCount_ is incremented based on wther usingSharedService_ or not. But the decrement is always --runningThreadCount_ As a result, a TCPReceiver gets stuck if a connection dies...
``` I am writing a FAST decoder for Bovespa but it looks like I am missing something basic. The template: The problem: I read NoApplIDs fine then I start the...
``` The step of Getting started on the linux. What steps will reproduce the problem? 1. vim setup.sh 2. . ./setup.sh 3. ./m.sh 4. make What is the expected output?...
``` While decoding a snapshot channel, the decoder throws allways trows an exception on the same message, but the message error changes on each running. An exemple of exception: terminate...
``` [enter a more detailed description of the problem] when I run quickfast on records that have Sequence fields , the result is ok.for example : MDIncGrp[]=Sequence: NoMDEntries[268] = 1...
``` I use quickfast_win_src_1_5_0.zip from http://code.google.com/p/quickfast/downloads/list 1. InterpretApplication.exe -t templates.xml -file small.dump > out.log Size of out.log is 0 bytes. 2. InterpretApplication.exe -t templates.xml -file big.dump > out.log Size of...
``` Hi, Application : InterpretApplication TemplateFile : EMDSFastTemplates-1.1.xml Command Line arguments : -strict -e log.txt -mname "MulticastFeed" -multicast XXXX:yy -mlisten 0.0.0.0 -mbind 0.0.0.0 -buffersize 2000 Several other combinations of pfast,...
``` This method is missing a case in the negative numbers branch: 0x0080000000000000LL < absv 56) & 0x7F)); // 7F.. .... .... .... destination.putByte(((value >> 49) & 0x7F)); // ..FE...