mFAST icon indicating copy to clipboard operation
mFAST copied to clipboard

A FAST (FIX Adapted for STreaming) encoder/decoder

Results 33 mFAST issues
Sort by recently updated
recently updated
newest added

If pmap size is even number of bytes if is to small so it overwrites templateid

I looked at the **hello_world** example and saw that mFAST calls also rely on Boost, so it would be inconvenient for my own application to rely on Boost if it...

Hi it's still the #31 It might be on the windows version (I'm using Visual studio 2013 Update 1) because if I use -hfix 25 the very first message crash....

We have -Wnon-virtual-dtor -Wall -Werror in our g++ command which compiles with mFast headers. We are getting below issues: ..../mfast/instructions/template_instruction.h:50:7: error: ‘class mfast::template_instruction_ex’ has virtual functions and accessible non-virtual destructor...

The code below return a positive number when the value is less then zero, **for example -0.2**. ``` std::istream &operator>>(std::istream &strm, decimal_value_storage &storage) { int64_t mantissa; int16_t exponent = 0;...

For software packager it is extremely difficult to pack software that has no release tags. For example, conan: https://github.com/conan-io/conan-center-index/blob/master/recipes/mfast/all/conandata.yml Please make the life for those people that try to make...

why the pmap from the encoder is different from the original data? i follow the steps below: 1. i use decoder api to parse the **original binary data**, i got...

Hello, and thank you for your work. I would like to know how to best approach the following scenario, which involves partial decoding of a message when not all input...