Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.371.741 Times

QuickFIX 1.12.4

  Date Added: June 19, 2010  |  Visits: 1.617

QuickFIX

Report Broken Link
Printer Friendly Version


Product Homepage
Download (109 downloads)



QuickFIX is a full-featured open source FIX engine, currently compatible with the FIX 4.0-4.4 spec. QuickFIX program runs on Windows, Linux, Solaris, FreeBSD and Mac OS X. APIs are available for C++, Java, .NET, and Python. The Financial Information eXchange (FIX) Protocol is a "language" which defines specific kinds of electronic messages for communicating securities transactions between two parties. FIX defines only the format of the messages and the session-level interaction between two applications. More information on FIX can be found at the FIX protocol web site. Whats New in This Release: - ODBC escape values for times used in time values so they work with any database. - Session will not throw an exception when sending a message without a MsgType. - Added NetworkStatusReport and NetworkStatusRequest messages fix FIX 4.4. - .NET SessionID object can be constructed with field objects. - getSessions implemented in SessionSettings object in .NET. - Fixed repeating groups in ruby which where incorrectly instantiating arrays - indicating sorting order. - Fixed crashes in .NET due to logger being called after going out of scope. - Fixed crashes in gcc due to different allocators being used in user application - vs QuickFIX library by the FieldMap. - Disposing an initiator or acceptor in .NET will also call stop..

Requirements: No special requirements
Platforms: Linux
Keyword: .net .net Fix C++ Engine Financial Java Libraries Programming Quickfix
Users rating: 0/10

License: Freeware Size: 6.94 MB
USER REVIEWS
More Reviews or Write Review


QUICKFIX RELATED
Libraries  -  Syntax::Highlight::Engine::Kate::Java 0.02
Syntax::Highlight::Engine::Kate::Java is a Perl plugin for Java syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::Java; my $sh = new Syntax::Highlight::Engine::Kate::Java([ ]); Syntax::Highlight::Engine::Kate::Java is...
348.16 KB  
Specialized Tools  -  .NET and C# inversion of control container Winter4net 1.0
.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7...
720 KB  
Development Tools  -  VBConversions VB.Net to C# Converter 2.12
VBConversions VB.Net to C# Converter allows you to convert over 99% of your VB code to C# automatically. Features: Unsurpassed Accuracy - Microsoft 101 Sample VB.Net programs convert at 100% accuracy. - Each release is stress tested on hundreds...
 
Libraries  -  AlgART Java Libraries 1.2
Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types (1 bit, 8/16/32/64-bit integers, 32/64-bit floating point values and any other Java types). The libraries contain a wide set of 2D-, 3D- and...
6.7 MB  
Programming  -  Essiembre Java Libraries 2.1.1
Set of Java libraries, mostly targeted to the J2EE environment and the Struts framework. Includes a Lookup Loader, a Task Scheduler, and a series of 'extensions' to Struts.
408.75 KB  
Security Tools  -  SSTTR Java Libraries 1.0
A collection of Java libraries for XML stream and file parsing, basic crypto and other stuff I found useful to have around.
52.77 KB  
Libraries  -  C::DynaLib 0.55
C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func =...
35.84 KB  
Libraries  -  Aapl C++ Template Library 2.14
Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied...
122.88 KB  
Libraries  -  Runabout 5.0
The Runabout is an extension of the Java libraries that adds two-argument multi-dispatch to Java without changing the language or the VM. It uses reflection to find visit methods, which are invoked using dynamically generated and loaded code....
28.67 KB  
Libraries  -  KOJAC 1.0
KOJAC project contains Java libraries and applications for optical raytracing. KOJAC is a set of Java classes implementing optical elements and optics laws in order to build and simulate optical systems. It is also aimed at being a...
61.44 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB