quickfix-users Mailing List for QuickFIX (Page 31)
Brought to you by:
orenmnero
You can subscribe to this list here.
2002 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(11) |
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(3) |
Mar
(10) |
Apr
(40) |
May
(63) |
Jun
(12) |
Jul
(26) |
Aug
(13) |
Sep
(6) |
Oct
(13) |
Nov
(17) |
Dec
(28) |
2004 |
Jan
(13) |
Feb
(6) |
Mar
(9) |
Apr
(20) |
May
(15) |
Jun
(29) |
Jul
(22) |
Aug
(11) |
Sep
(32) |
Oct
(34) |
Nov
(22) |
Dec
(33) |
2005 |
Jan
(17) |
Feb
(8) |
Mar
(3) |
Apr
(20) |
May
(19) |
Jun
(29) |
Jul
(30) |
Aug
(10) |
Sep
(24) |
Oct
|
Nov
(17) |
Dec
(11) |
2006 |
Jan
(32) |
Feb
(54) |
Mar
(34) |
Apr
(43) |
May
(14) |
Jun
(11) |
Jul
(10) |
Aug
(43) |
Sep
(37) |
Oct
(44) |
Nov
(16) |
Dec
(11) |
2007 |
Jan
(26) |
Feb
(5) |
Mar
(23) |
Apr
(3) |
May
(22) |
Jun
(17) |
Jul
(22) |
Aug
(34) |
Sep
(17) |
Oct
(18) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(28) |
Feb
(28) |
Mar
(23) |
Apr
(37) |
May
(53) |
Jun
(20) |
Jul
(30) |
Aug
(12) |
Sep
(19) |
Oct
(16) |
Nov
(15) |
Dec
(10) |
2009 |
Jan
(19) |
Feb
(8) |
Mar
(21) |
Apr
(8) |
May
(15) |
Jun
(22) |
Jul
(34) |
Aug
(18) |
Sep
(23) |
Oct
(26) |
Nov
(16) |
Dec
(13) |
2010 |
Jan
(38) |
Feb
(17) |
Mar
(39) |
Apr
(34) |
May
(5) |
Jun
(15) |
Jul
(7) |
Aug
(18) |
Sep
(4) |
Oct
(16) |
Nov
(3) |
Dec
(17) |
2011 |
Jan
(28) |
Feb
(12) |
Mar
(36) |
Apr
(9) |
May
(26) |
Jun
(27) |
Jul
(6) |
Aug
(10) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(7) |
May
(9) |
Jun
(4) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(9) |
Nov
(10) |
Dec
(8) |
2013 |
Jan
(3) |
Feb
(2) |
Mar
(7) |
Apr
(2) |
May
|
Jun
(7) |
Jul
(22) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(3) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(7) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(4) |
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mike G. <mg...@co...> - 2009-01-26 09:17:47
|
ka wone wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > ------------------------------------------------------------------------ > > Hi, > > I try to send a market order using the QuickFix42.NewOrderSingle method. > If I don't set the price field, I obtain the following problem: > "58 = Conditionally Required Field Missing <44>". > However, in the XML file, Price is not a required field. So, why I can > not send my message? Can you post the FIX messages log for this? Did you set tag 40=1 (OrdType=Market)? > Moreover, if I set any other field from not required to required in my > XML file, I don't have any message error when I try to send a message > whithout defining a new required field. Why? The data dictionary is for validation of incoming messages. -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |
From: Mike G. <mg...@co...> - 2009-01-26 09:04:49
|
Are you configured with UseDataDictionary=Y ? You need to add tag 7212 to the "fields" section of the data dictionary, and then add this field to any messages in the "messages" section where it will appear (e.g., ExecutionReport) -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |
From: Alex _ <ax...@am...> - 2009-01-25 04:53:13
|
swig can create php bindings. look at quickfix.i. I dont know how involved it is. ________________________________ From: Malinka Rellikwodahs <ael...@gm...> To: Michael Franze <mic...@gm...> Cc: qui...@li... Sent: Friday, January 23, 2009 11:09:05 AM Subject: Re: [Quickfix-users] Quickfix and PHP QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Well you have a couple of choices you could either create a C++ (quickfix doesn't support C fyi) daemon that then does your Messages and make your website (php) send some sort of signal (either using a db or memory or files), or you could attempt to write an api using C++ as a plugin to php both having advantages and disadvantages On Fri, Jan 23, 2009 at 08:18, Michael Franze <mic...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi! > I have a PHP application that now also needs to generate FIX messages. > I have been looking at QuickFIX and it seems to have C/Ruby/Python API's - nut no PHP API. > Does anybody have any experience on how I could get my PHP app to talk to those API's. Not really looking for a full solution (would be nice though!), but some pointers would definitely be appreciated. > Michael > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Malinka R. <ael...@gm...> - 2009-01-23 17:09:10
|
Well you have a couple of choices you could either create a C++ (quickfix doesn't support C fyi) daemon that then does your Messages and make your website (php) send some sort of signal (either using a db or memory or files), or you could attempt to write an api using C++ as a plugin to php both having advantages and disadvantages On Fri, Jan 23, 2009 at 08:18, Michael Franze <mic...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi! > I have a PHP application that now also needs to generate FIX messages. > I have been looking at QuickFIX and it seems to have C/Ruby/Python API's - nut no PHP API. > Does anybody have any experience on how I could get my PHP app to talk to those API's. Not really looking for a full solution (would be nice though!), but some pointers would definitely be appreciated. > Michael > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |
From: Michael F. <mic...@gm...> - 2009-01-23 13:18:15
|
Hi! I have a PHP application that now also needs to generate FIX messages. I have been looking at QuickFIX and it seems to have C/Ruby/Python API's - nut no PHP API. Does anybody have any experience on how I could get my PHP app to talk to those API's. Not really looking for a full solution (would be nice though!), but some pointers would definitely be appreciated. Michael |
From: ka w. <ka...@gm...> - 2009-01-21 20:42:00
|
---------- Forwarded message ---------- From: ka wone <ka...@gm...> Date: 2009/1/21 Subject: Re: [Quickfix-users] Conditionally required field missing To: Peter Piper <pet...@ho...> Hi, - That was a market order. But maybe this error is coming from my "acceptor" configuration as I did a FIX certification this morning and I had no problem to send a market order without a price. Do you know where the problem is coming from? - Also, if I set any other field from not required to required in my XML file, I don't have any message error when I try to send a message without defining a new required field. Why? How can I reflect the changes done in the dictionary into my program? Thank you, Kamel 2009/1/18 Peter Piper <pet...@ho...> Dear Kamel, > > What sort of order is it? The price field is required for limit orders (and > some others too, I think). What is the value you have for OrdType (40)? > > Yours, > > Dan > > ------------------------------ > Date: Thu, 15 Jan 2009 23:25:01 -0500 > From: ka...@gm... > To: qui...@li... > Subject: [Quickfix-users] Conditionally required field missing > > > Hi, > > I try to send a market order using the QuickFix42.NewOrderSingle method. > If I don't set the price field, I obtain the following problem: > "58 = Conditionally Required Field Missing <44>". > However, in the XML file, Price is not a required field. So, why I can not > send my message? > Moreover, if I set any other field from not required to required in my XML > file, I don't have any message error when I try to send a message whithout > defining a new required field. Why? > I am a new user of quickfix, maybe I am missing something important. > > Thanks, > Kamel > > > > ------------------------------ > Are you a PC? Upload your PC story and show the world Click Here!<http://clk.atdmt.com/UKM/go/122465942/direct/01/> > |
From: ka w. <ka...@gm...> - 2009-01-21 18:01:01
|
Hi, I did a FIX certification this morning and I had a problem with a user defined field, TAG 7212 set to "Y" to send an ANONYMOUS order. I don't understand why I have an INVALID TAG NUMBER as I followed the procedure described on http://www.quickfixengine.org/quickfix/doc/html/user_defined.html . Also, the event onMessage(QuickFix42.ExecutionReport order, SessionID psessionID) was not called in this case, even if I received an execution report (35 = 8, see below). Here is an extract of my code: using QuickFix; namespace FIX { public class Anonymous : StringField { public Anonymous() : base(7212) { } public Anonymous(String data) : base(7212, data) { } } } ... message.setField(new FIX.Anonymous("Y")); .... Here is an extract of my log-file (the initiator is VMI and the acceptor is IRESS): * 8=FIX.4.29=16135=D34=12449=VMI52=20090121-16:43:23.52456=IRESS11=8589690506819725808HAE21=138=100040=144=0.8554=155=HAE60=20090121-16:43:23100=TSX207=TSX 7212=Y10=045* 8=FIX.4.29=23935=8 34=17249=IRESS52=20090121-16:43:24.87056=VMI6=0.00000011=8589690506819725808HAE14=017=30120=021=131=0.00000032=037=12738=100039=A40=154=155=HAE59=060=20090121-16:43:24150=A151=1000167=CS198=53266207=TSX7212=Y10=191 * 8=FIX.4.29=10335=334=12549=VMI52=20090121-16:43:23.55656=IRESS45=17258=Invalid tag number371=7212372=8373=010=086* 8=FIX.4.29=23935=8 34=17349=IRESS52=20090121-16:43:24.91756=VMI6=0.00000011=8589690506819725808HAE14=017=30220=021=131=0.00000032=037=12738=100039=040=154=155=HAE59=060=20090121-16:43:24150=0151=1000167=CS198=53266207=TSX7212=Y10=161 * 8=FIX.4.29=10335=334=12649=VMI52=20090121-16:43:23.59556=IRESS45=17358=Invalid tag number371=7212372=8373=010=091* 8=FIX.4.29=25035=8 34=17449=IRESS52=20090121-16:43:25.10456=VMI6=0.79000011=8589690506819725808HAE14=100017=30320=021=130=TSX31=0.79000032=100037=12738=100039=240=154=155=HAE59=060=20090121-16:43:25150=2151=0167=CS198=306219207=TSX7212=Y10=022 * 8=FIX.4.29=10335=334=12749=VMI52=20090121-16:43:23.78956=IRESS45=17458=Invalid tag number371=7212372=8373=010=098* Can someone help me? Thanks, Kamel |
From: li j. <lij...@gm...> - 2009-01-21 01:53:44
|
Grant Birchmeier, thanks, and it's strange that runat not listen on the port. I use netstat on xp can't see the port. So runut connect to which port for testing? 2009/1/20, Grant Birchmeier <gbi...@co...>: > > That's telling you that 162 test cases were run and none of them failed. > > In other words, everything is working perfectly. > > > > On Tue, Jan 20, 2009 at 5:11 AM, li jiesong <lij...@gm...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > > > > wanna study quickfix, compiled the source and runut and runat on command > line, I just got below result from runut. It seem runat not listen on the > listening port or runat on work. I follow all the install instruction. > Anything should I pay attention? What's the correct result? Thanks... > > > > <ut> > > <output> > > > ................................................................................ > > > ................................................................................ > > .. > > </output> > > <results total="162" failures="0"> > > </results> > > </ut> > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by: > > SourcForge Community > > SourceForge wants to tell your story. > > http://p.sf.net/sfu/sf-spreadtheword > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > > |
From: Grant B. <gbi...@co...> - 2009-01-20 15:15:45
|
That's telling you that 162 test cases were run and none of them failed. In other words, everything is working perfectly. On Tue, Jan 20, 2009 at 5:11 AM, li jiesong <lij...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > wanna study quickfix, compiled the source and runut and runat on command line, I just got below result from runut. It seem runat not listen on the listening port or runat on work. I follow all the install instruction. Anything should I pay attention? What's the correct result? Thanks... > > <ut> > <output> > ................................................................................ > ................................................................................ > .. > </output> > <results total="162" failures="0"> > </results> > </ut> > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |
From: li j. <lij...@gm...> - 2009-01-20 11:11:28
|
wanna study quickfix, compiled the source and runut and runat on command line, I just got below result from runut. It seem runat not listen on the listening port or runat on work. I follow all the install instruction. Anything should I pay attention? What's the correct result? Thanks... <ut> <output> ................................................................................ ................................................................................ .. </output> <results total="162" failures="0"> </results> </ut> |
From: Peter P. <pet...@ho...> - 2009-01-18 22:33:23
|
Dear Kamel, What sort of order is it? The price field is required for limit orders (and some others too, I think). What is the value you have for OrdType (40)? Yours, Dan Date: Thu, 15 Jan 2009 23:25:01 -0500 From: ka...@gm... To: qui...@li... Subject: [Quickfix-users] Conditionally required field missing Hi, I try to send a market order using the QuickFix42.NewOrderSingle method. If I don't set the price field, I obtain the following problem: "58 = Conditionally Required Field Missing <44>". However, in the XML file, Price is not a required field. So, why I can not send my message? Moreover, if I set any other field from not required to required in my XML file, I don't have any message error when I try to send a message whithout defining a new required field. Why? I am a new user of quickfix, maybe I am missing something important. Thanks, Kamel _________________________________________________________________ Choose the perfect PC or mobile phone for you http://clk.atdmt.com/UKM/go/130777504/direct/01/ |
From: ka w. <ka...@gm...> - 2009-01-16 04:25:12
|
Hi, I try to send a market order using the QuickFix42.NewOrderSingle method. If I don't set the price field, I obtain the following problem: "58 = Conditionally Required Field Missing <44>". However, in the XML file, Price is not a required field. So, why I can not send my message? Moreover, if I set any other field from not required to required in my XML file, I don't have any message error when I try to send a message whithout defining a new required field. Why? I am a new user of quickfix, maybe I am missing something important. Thanks, Kamel |
From: Emanuele R. <roc...@ho...> - 2009-01-15 09:06:41
|
Hi All Usually between a day and the following all of the sequence numbers ( in - out ) that FIX uses are reset. I would like to avoid that keeping incrementing these 2 values; I don't want to reset them. I set on my settings "ResetOnDisconnect" = "N" but It doesn't work. Each day I have to set manually the value expected by my application that is sent by the FIX Server. What can I do to fix this? Thanks for your help Kind Regards Manu Stone _________________________________________________________________ Quali sono le più cliccate della settimana? http://livesearch.it.msn.com/ |
From: Vincent P. <vpr...@ph...> - 2009-01-14 02:50:39
|
When my test program sends 50,000 FIX trades, some of the execution report messages get lost on the return trip. This doesn't happen when the test size is smaller, like 20,000 trades. Some ERs appear to be lost and my theory is that the quickfix buffer is overflowing. I am using the file store. How can I increase the size of the buffer, or guarantee that messages won't be dropped? I am setting PersistMessages in my .cfg file of both the initiator and the acceptor ( attached ). Still, I am losing messages. Is there something else I need to do? -- Vincent [DEFAULT] ConnectionType=initiator HeartBtInt=30 ReconnectInterval=1 FileStorePath=sellerstore FileLogPath=log StartTime=00:00:00 EndTime=00:00:00 UseDataDictionary=N SocketConnectHost=localhost PersistMessages=Y [DEFAULT] ConnectionType=acceptor SocketAcceptPort=8003 SocketReuseAddress=Y StartTime=00:00:00 EndTime=00:00:00 PersistMessages=Y |
From: Vincent P. <vpr...@ph...> - 2008-12-23 05:10:31
|
got it, nevermind. On Dec 22, 2008, at 9:48 PM, Vincent Predoehl wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm having difficulty figuring out how to set the field > FIX::TransactTime. For example, the class NewOrderMultileg takes > it as a parameter to one of its constructors. > > A grep of the code reveals lines like these: > > FIELD_SET(*this, FIX::TransactTime); > set(aTransactTime); > > but this isn't helping me much because I can't trace the macros > back with my vim editor. It would be cool if someone could give me > the synopsis or the macro, whatever the case may be, that will > create the FIX::TransactTime object? > > -- > Vincent > > > > ---------------------------------------------------------------------- > -------- > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users -- Vincent |
From: Vincent P. <vpr...@ph...> - 2008-12-23 03:48:51
|
I'm having difficulty figuring out how to set the field FIX::TransactTime. For example, the class NewOrderMultileg takes it as a parameter to one of its constructors. A grep of the code reveals lines like these: FIELD_SET(*this, FIX::TransactTime); set(aTransactTime); but this isn't helping me much because I can't trace the macros back with my vim editor. It would be cool if someone could give me the synopsis or the macro, whatever the case may be, that will create the FIX::TransactTime object? -- Vincent |
From: Vincent P. <vpr...@ph...> - 2008-12-11 06:49:35
|
I'm trying to figure out how to send a Multileg New Order using the FIX notation. Can someone point me to the tags I need to use? -- Vincent |
From: Vincent P. <vpr...@ph...> - 2008-12-10 05:37:49
|
One of my other tests worked a little better. A reasonable explanation would be that a message was dropped. So my question is, is adding the PersistMessages parameter to the .cfg file something you're supposed to be able to do? On Dec 9, 2008, at 12:13 AM, Osbert Feng wrote: > > Did you try just adding the parameter to your .cfg as follows? > > [DEFAULT] > ConnectionType=initiator > HeartBtInt=30 > ReconnectInterval=1 > FileStorePath=sellerstore > FileLogPath=log > StartTime=00:00:00 > EndTime=00:00:00 > UseDataDictionary=N > SocketConnectHost=localhost > PersistMessages=Y -- Vincent |
From: Vincent P. <vpr...@ph...> - 2008-12-09 22:08:01
|
yes, it didn't seem to help though. On Dec 9, 2008, at 12:13 AM, Osbert Feng wrote: > Did you try just adding the parameter to your .cfg as follows? > > [DEFAULT] > ConnectionType=initiator > HeartBtInt=30 > ReconnectInterval=1 > FileStorePath=sellerstore > FileLogPath=log > StartTime=00:00:00 > EndTime=00:00:00 > UseDataDictionary=N > SocketConnectHost=localhost > PersistMessages=Y > -- Vincent |
From: Osbert F. <oz...@hu...> - 2008-12-09 03:50:13
|
Vincent Predoehl wrote: > I have a test program that is dumping mass quantities of trades through > QF. After dumping 20,000 or so trades, I get a resend request because a > message got lost. Am I supposed to do something when that happens, on > either side or does quickfix handle the resending of any data? The > phenomenon occurs when I try testing with 30000, or 40000 trades. > 20,000 trades or less seems to work fine. > > When things go fast, say 1000 trades every 3 seconds, I'm guessing QF > doesn't have the ability to resend if something goes wrong. http://www.quickfixengine.org/quickfix/doc/html/configuration.html Under Storage, PersistMessages, is your configuration explicitly set to Y? Documentation seems to imply that if PersistMessages is N (like by default), QF will only send gap fills and not actually resend. |
From: Vincent P. <vpr...@ph...> - 2008-12-09 03:09:21
|
I have a test program that is dumping mass quantities of trades through QF. After dumping 20,000 or so trades, I get a resend request because a message got lost. Am I supposed to do something when that happens, on either side or does quickfix handle the resending of any data? The phenomenon occurs when I try testing with 30000, or 40000 trades. 20,000 trades or less seems to work fine. When things go fast, say 1000 trades every 3 seconds, I'm guessing QF doesn't have the ability to resend if something goes wrong. -- Vincent |
From: Jiryih T. <jt...@ya...> - 2008-12-08 15:56:35
|
You may have to build QuickFIX to see the binaries. Follow the link below for some instructions. http://www.quickfixengine.org/quickfix/doc/html/building.html Jiryih Tsaur ----- Original Message ---- From: Ota Amaize <oa...@ba...> To: "qui...@li..." <qui...@li...> Sent: Monday, December 8, 2008 10:22:01 AM Subject: [Quickfix-users] quickfix testing? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, I am an intern completely new to using quickfix and I have just started to look into building or testing the program. I have downloaded all the files, but I am wondering if everything is already set to be tested or do I have to build QuickFIX from the ground up? If everything is already ready to be tested, I looked into the testing phase, and in the runut script it looks for \release\ut.exe, which doesn’t seem to exist. Is there something I am missing? Thanks in advance. --Ota |
From: Ota A. <oa...@ba...> - 2008-12-08 15:40:57
|
This incoming email has been scanned by AVG Enterprise Edition. Checked by AVG - http://www.avg.com Version: 8.0.200 / Virus Database: 270.9.15/1837 - Release Date: 12/8/2008 9:38 AM |
From: vbgargote <vbg...@gm...> - 2008-12-02 09:21:33
|
Hi, Can I develop an application that will help me to trade in options and futures trading using quickfix. I have a sample application that places orders for a "ticker", but what about options/futures contract. And what could be the fix message format these if its possible . Thanks in advance. -- View this message in context: http://www.nabble.com/FIX-with-options-and-futures-tp20788637p20788637.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vbgargote <vbg...@gm...> - 2008-11-19 11:12:19
|
Hi, To connect to exchanges like "ICE", "NYSE ARCA" what are the basic or necessary things one should cater for?Suppose I have not worked on any of the exchanges and now I need to connect to NYSE, place orders and receive the execution reports, so to connect to NYSE or after connecting to NYSE what all things i need to handle. Thanks in advance. -- View this message in context: http://www.nabble.com/Exchange-connect-information-tp20577714p20577714.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |