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

``` [enter a more detailed description of the problem] What steps will reproduce the problem? 1.download the latest version of QuickFast 2.compile correctly 3../InterpretApplication -t template_0705.xml -file messages.fast What is...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, run this TutorialApplication.exe template.txt fast.message Output Decoding error : [ERR D2] Unsigned Integer Field overflow. Field: TradeDate can anyone explain. Thanks. ``` Original issue reported on code.google.com by...

Priority-Medium
Type-Defect
auto-migrated

``` Hello, I get this exception while running InterpretFASTDotNet project from VS10 on string 212: InterpretFASTDotNet app = new InterpretFASTDotNet(); Versions of required applciations: boost_1_40_0 MPC_3_9_0 ActivePerl-5.12.3.1204 xerces-c-3.1.1 I set...

Priority-Medium
Type-Defect
auto-migrated

``` gcc build with -Wall produces following warning: /misc/quickfast/QuickFAST_lnx_src_20100914/src/Codecs/SchemaElement.h:42: warning: ‘virtual void QuickFAST::Codecs::SchemaElement::finalize(QuickFAST::Codecs::TemplateRegistry&) ’ was hidden /misc/quickfast/QuickFAST_lnx_src_20100914/src/Codecs/TemplateRegistry.h:63: warning: by ‘virtual void QuickFAST::Codecs::TemplateRegistry::finalize()’ Was it the intent to hide TemplateRegistry::finalize() virtual...

Priority-Medium
Type-Defect
auto-migrated

``` TCPReceiver inherits start method from Receiver class. Receiver::start() description says that it should return immediately. The code of this method calls virtual initializeReceiver() provided by the derived class. TCPReceiver::initializeReceiver()...

Priority-Medium
Type-Defect
auto-migrated

``` Previous code did not bind to the proper socket in my Linux environment. I assumed that it works fine under Windows. After proposed minor Windows/non-Windows fork QuickFAST connects properly...

auto-migrated
Type-Patch

``` Dale, I updated the code to the latest SVN version of quickfast and tried to link with boost 1.41.0 (which is our production version) and still get the same...

Priority-Medium
Type-Defect
auto-migrated

Add CMakeLists.txt Build Quickfast Static Library Build Examples: TutorialApplication and PerformanceTest

InterpretApplication/InterpretApplication.cpp: In member function ‘int QuickFAST::Examples::InterpretApplication::run()’: InterpretApplication/InterpretApplication.cpp:255:21: error: ordered comparison of pointer with integer zero (‘FILE*’ and ‘int’) 255 | if(bufferFile

There have been a lot of changes in boost that is making quickfast not compile on modern linux OS. I am not very conversant with boost but can work if...