Re: [Quickfix-developers] ClOrdId tag (11) sequence redefinition without shutdown session
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2012-02-17 15:25:28
|
All I have to offer is the website documentation, which presumes a certain amount of FIX knowledge. (Note: FIX is an industry-standard protocol. QuickFIX is just a software engine that is designed to use the protocol.) The main thing to remember is that FIX merely defines a system for transmitting messages. While it provides a lot of message types and fields to be used in financial transactions, it does not force you to use them, and a lot of institutions use the same messages in quite different ways. Most institutions will provide some documentation about their FIX connection. These docs will tell you how they use FIX, which messages they support, which custom-fields they've added, and which messages they've altered for their own use. You may have to modify your QuickFIX data dictionary to match their revisions. I think you should first try to find the docs for the FIX provider you want to connect to. I think those will be informative as a real-world example of FIX in use. -Grant On Fri, Feb 17, 2012 at 6:46 AM, Marcelo Beckmann < bec...@gm...> wrote: > Hi Grant, > > Maybe I misunderstood some basic FIX concepts. Thanks anyway for your > quick reply. > > > Do you have some book or link indication about quick fix? > > Thanks again four your help. > > Marcelo Beckmann > > On Wed, Feb 8, 2012 at 1:55 AM, Grant Birchmeier < > gbi...@co...> wrote: > >> I don't understand the question. >> >> ClOrdId is just a field in a message. You can always alter its value. >> >> If you're asking if you can change the id for a specific order flow, >> well, that's a question for your broker, not for QuickFIX. >> >> >> >> >> On Tue, Feb 7, 2012 at 7:05 PM, Marcelo Beckmann < >> bec...@gm...> wrote: >> >>> QuickFIX Documentation: >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>> >>> PS.: I'm using 1.13.3 version for C++ in visual studio 2010. >>> >>> Thks again, >>> >>> >>> On Tue, Feb 7, 2012 at 11:02 PM, Marcelo Beckmann < >>> bec...@gm...> wrote: >>> >>>> Hi masters, >>>> >>>> Is it possible to redefine the ClOrdId sequence without to shutdown a >>>> session? >>>> >>>> Thanks in advance for your help, >>>> >>>> -- >>>> Marcelo Beckmann >>>> >>> >>> >>> >>> -- >>> Marcelo Beckmann >>> >>> >>> ------------------------------------------------------------------------------ >>> Keep Your Developer Skills Current with LearnDevNow! >>> The most comprehensive online learning library for Microsoft developers >>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >>> Metro Style Apps, more. Free future releases when you subscribe now! >>> http://p.sf.net/sfu/learndevnow-d2d >>> _______________________________________________ >>> Quickfix-developers mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >>> >> >> >> >> -- >> Grant Birchmeier >> *Connamara Systems, LLC* >> *Made-To-Measure Trading Solutions.* >> Exactly what you need. No more. No less.* >> * >> http://connamara.com >> >> > > > -- > Marcelo Beckmann > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less.* * http://connamara.com |