quickfix-users Mailing List for QuickFIX (Page 9)
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: dev13 <jo...@gm...> - 2011-07-29 11:14:53
|
Hi, I was trying to use NullStoreFactory in initiator settings. But, it is giving me compile error. FIX::SessionSettings settings( file ); Application* appl = Application::getInstance(settings); FIX::FileStoreFactory storeFactory( settings ); FIX::SocketInitiator initiator( *appl, FIX::NullStoreFactory(), settings ); tradeclient.cpp: In function ?int main(int, char**)?: tradeclient.cpp:23: error: no matching function for call to ?FIX::SocketInitiator::SocketInitiator(Application&, FIX::NullStoreFactory, FIX::SessionSettings&)? /usr/local/include/quickfix/SocketInitiator.h:42: note: candidates are: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&, FIX::LogFactory&) /usr/local/include/quickfix/SocketInitiator.h:40: note: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&) /usr/local/include/quickfix/SocketInitiator.h:37: note: FIX::SocketInitiator::SocketInitiator(const FIX::SocketInitiator&) Please advise. Regards, Dev -- View this message in context: http://old.nabble.com/How-to-use-NullStoreFactory-tp32160445p32160445.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: dev13 <jo...@gm...> - 2011-07-29 11:14:13
|
Hi, I was trying to use NullStoreFactory in initiator settings. But, it is giving me compile error. <code> FIX::SessionSettings settings( file ); Application* appl = Application::getInstance(settings); FIX::FileStoreFactory storeFactory( settings ); FIX::SocketInitiator initiator( *appl, FIX::NullStoreFactory(), settings ); </code> <output> tradeclient.cpp: In function ‘int main(int, char**)’: tradeclient.cpp:23: error: no matching function for call to ‘FIX::SocketInitiator::SocketInitiator(Application&, FIX::NullStoreFactory, FIX::SessionSettings&)’ /usr/local/include/quickfix/SocketInitiator.h:42: note: candidates are: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&, FIX::LogFactory&) /usr/local/include/quickfix/SocketInitiator.h:40: note: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&) /usr/local/include/quickfix/SocketInitiator.h:37: note: FIX::SocketInitiator::SocketInitiator(const FIX::SocketInitiator&) </output> Please advise. Regards, Dev -- View this message in context: http://old.nabble.com/How-to-use-NullStoreFactory-tp32160443p32160443.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: dev13 <jo...@gm...> - 2011-07-29 11:13:12
|
Hi, I was trying to use NullStoreFactory in initiator settings. But, it is giving me compile error. <code> FIX::SessionSettings settings( file ); Application* appl = Application::getInstance(settings); FIX::FileStoreFactory storeFactory( settings ); FIX::SocketInitiator initiator( *appl, FIX::NullStoreFactory(), settings ); </code> <output> tradeclient.cpp: In function ‘int main(int, char**)’: tradeclient.cpp:23: error: no matching function for call to ‘FIX::SocketInitiator::SocketInitiator(Application&, FIX::NullStoreFactory, FIX::SessionSettings&)’ /usr/local/include/quickfix/SocketInitiator.h:42: note: candidates are: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&, FIX::LogFactory&) /usr/local/include/quickfix/SocketInitiator.h:40: note: FIX::SocketInitiator::SocketInitiator(FIX::Application&, FIX::MessageStoreFactory&, const FIX::SessionSettings&) /usr/local/include/quickfix/SocketInitiator.h:37: note: FIX::SocketInitiator::SocketInitiator(const FIX::SocketInitiator&) </output> Please advise. Regards, Dev -- View this message in context: http://old.nabble.com/How-to-use-NullStoreFactory-tp32160442p32160442.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: Francis G. <fr...@at...> - 2011-07-14 20:12:56
|
Hi, I have a problem where the QuickFIX 13.3 .NET message cracker does not recognize the FIX5 messages sent buy my test client app. The server & client exchange logon & reject messages fine, but no transport layer messages are cracked. What am I missing? Thanks, Francis //Server setup SessionSettings settings = new SessionSettings(appDir + @"\FixServerSettings.txt"); FileStoreFactory storeFactory = new FileStoreFactory(settings); FileLogFactory logFactory = new FileLogFactory(settings); QuickFix.MessageFactory messageFactory = new QuickFix.DefaultMessageFactory(); SocketAcceptor acceptor = new SocketAcceptor(this, storeFactory, settings, logFactory, messageFactory); SessionSettings are: [DEFAULT] ConnectionType=acceptor BeginString=FIXT.1.1 SenderCompID=SERVER FileStorePath=Fix FileLogPath=Fix StartTime=17:00:00 EndTime=17:00:00 StartDay=sun EndDay=fri UseLocalTime=Y ResetOnLogon=Y ResetOnLogout=Y ResetOnDisconnect=Y UseDataDictionary=Y AppDataDictionary=FIX50.xml TransportDataDictionary=FIXT11.xml DefaultApplVerID=FIX.5.0 CheckLatency=N MillisecondsInTimeStamp=Y SocketAcceptPort=111 PersistMessages=N ValidateFieldsHaveValues=Y HttpAcceptPort=9031 [SESSION] TargetCompID=T3 //messages arrive correctly in fromApp 8=FIXT.1.1 9=63 35=g 34=3 49=T3 52=20110714-19:18:08.602 56=SERVER 263=0 335=2 10=209 /But this fails: public void fromApp(QuickFix.Message message, QuickFix.SessionID sessionID) { this.crack(message, sessionID); -> UnsupportedMessageType error } //I do have an override for the TradingSessionStatusRequest: public override void onMessage(QuickFix50.TradingSessionStatusRequest message, SessionID session) |
From: vincegat <vin...@gm...> - 2011-06-29 23:59:58
|
I build it now after few trials. vincegat wrote: > > I am giving up building example projects using provided tools, I am going > to write my own Makefiles to build those. > > > The question I still have is where do I get the input config file for > tradeclient? > > Thank you! > > > > > vincegat wrote: >> >> So, freshly extracted quickfix-1.13.3.tar.gz >> >> applied all patches >> >> I ran ./config -- it went alright. >> >> I ran make -- I get error: >> >> korben@fxbrain:~/Documents/CPlusPlus/quickfix$ make >> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash >> /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run >> aclocal-1.11 >> cd . && /bin/bash >> /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run >> automake-1.11 --foreign >> src/python/Makefile.am:15: required file `config/py-compile' not found >> src/python/Makefile.am:15: `automake --add-missing' can install >> `py-compile' >> make: *** [Makefile.in] Error 1 >> >> what do I do? >> >> >> >> >> >> >> vincegat wrote: >>> >>> Martin, >>> >>> 1) I freshly extracted quickfix-1.13.3.tar.gz >>> >>> patch -p1 < quickfix-autotools-bootstrap.patch -- ran alright. >>> >>> patch -p1 < quickfix-autotools-bootstrap.patch -- I got one error: >>> >>> patching file aclocal.m4 >>> patching file bin/cfg/Makefile.in >>> patching file bin/Makefile.in >>> patching file config/config.guess >>> patching file config/config.sub >>> patching file config/ltmain.sh >>> patching file doc/html/Makefile.in >>> patching file doc/Makefile.in >>> patching file examples/executor/C++/Makefile.in >>> patching file examples/executor/Makefile.in >>> patching file examples/Makefile.in >>> patching file examples/ordermatch/Makefile.in >>> patching file examples/ordermatch/test/Makefile.in >>> patching file examples/tradeclient/Makefile.in >>> patching file examples/tradeclientgui/banzai/Makefile.in >>> patching file examples/tradeclientgui/banzai/src/Makefile.in >>> patching file >>> examples/tradeclientgui/banzai/src/quickfix/banzai/Makefile.in >>> patching file >>> examples/tradeclientgui/banzai/src/quickfix/banzai/ui/Makefile.in >>> patching file examples/tradeclientgui/banzai/src/quickfix/Makefile.in >>> patching file examples/tradeclientgui/banzai/test/Makefile.in >>> patching file examples/tradeclientgui/Makefile.in >>> patching file Makefile.in >>> patching file spec/Makefile.in >>> patching file src/C++/Makefile.in >>> patching file src/C++/test/Makefile.in >>> Hunk #2 FAILED at 100. >>> 1 out of 5 hunks FAILED -- saving rejects to file >>> src/C++/test/Makefile.in.rej >>> patching file src/Makefile.in >>> patching file src/python/Makefile.in >>> patching file src/ruby/Makefile.in >>> patching file test/atrun/Makefile.in >>> patching file test/cfg/Makefile.in >>> patching file test/definitions/Makefile.in >>> patching file test/definitions/server/future/Makefile.in >>> patching file test/definitions/server/Makefile.in >>> patching file test/Makefile.in >>> >>> So, which patches do I need, do I need all of them to build examples? >>> >>> >>> 2) tradeclient config input file is certainly not in tradeclient folder. >>> I expect the config file look something like: >>> >>> # default settings for sessions >>> [DEFAULT] >>> ConnectionType=initiator >>> ReconnectInterval=30 >>> SenderCompID=MBTDEMO >>> >>> but I do not see anything similar. >>> >>> THX!! >>> >>> >>> >>> >>> Martin Dengler wrote: >>>> >>>> QuickFIX Documentation: >>>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>>> QuickFIX Support: http://www.quickfixengine.org/services.html >>>> >>>> >>>> On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote: >>>>> 1) Which patches do I need to fix only examples in C++? >>>>> >>>>> 2) When I run command: >>>>> patch -p1 < quickfix-src-examples-autotools-patches.patch >>>>> I get: Reversed (or previously applied) patch detected! Assume >>>>> -R? >>>>> [n] >>>>> So, what so I do in this case, just say Y? >>>> >>>> Are you sure you didn't patch the sources already? The quickfix-src* >>>> files are the patches I made to the source code files itself; due to >>>> the way autotools works, the other patches are to the >>>> untar-ed, post-autotools-bootstrap source code. >>>> >>>> Here's what I just tried and it worked fine; not sure what's going >>>> wrong for you: >>>> >>>> $ rm -rf quickfix/ >>>> $ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz >>>> $ cd quickfix/ >>>> $ patch -p1 < >>>> [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch >>>> patching file examples/executor/C++/Makefile.am >>>> patching file examples/ordermatch/Makefile.am >>>> patching file examples/tradeclient/Makefile.am >>>> patching file examples/tradeclientgui/banzai/Makefile.am >>>> $ >>>> >>>>> 2) tradeclient example needs the input config file. Where do I get >>>>> this >>>>> file? >>>> >>>> Isn't it in the source tarfile? >>>> >>>>> Thank you! >>>> >>>> Martin >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously >>>> valuable. >>>> Why? It contains a definitive record of application performance, >>>> security >>>> threats, fraudulent activity, and more. Splunk takes this data and >>>> makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> Quickfix-users mailing list >>>> Qui...@li... >>>> https://lists.sourceforge.net/lists/listinfo/quickfix-users >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31959281.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-29 21:36:27
|
Hello, 1) tradeclient includes this file: #include "config.h" however it is missing in \tradeclient folder. There is such file in the root \quickfix folder. Is it the same file? 2) tradeclient needs an in input config file which is also missing in the folder. I expect this file to contain something like # default settings for sessions [DEFAULT] ConnectionType=initiator ReconnectInterval=30 SenderCompID=MBTDEMO ...................................... however I do not see such file anywhere. Where do I get this file? Thank you! -- View this message in context: http://old.nabble.com/config.h-and-input-file-are-missing-in-tradeclient-folder.-tp31958503p31958503.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-29 18:14:00
|
I am giving up building example projects using provided tools, I am going to write my own Makefiles to build those. The question I still have is where do I get the input config file for tradeclient? Thank you! vincegat wrote: > > So, freshly extracted quickfix-1.13.3.tar.gz > > applied all patches > > I ran ./config -- it went alright. > > I ran make -- I get error: > > korben@fxbrain:~/Documents/CPlusPlus/quickfix$ make > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run > aclocal-1.11 > cd . && /bin/bash > /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run > automake-1.11 --foreign > src/python/Makefile.am:15: required file `config/py-compile' not found > src/python/Makefile.am:15: `automake --add-missing' can install > `py-compile' > make: *** [Makefile.in] Error 1 > > what do I do? > > > > > > > vincegat wrote: >> >> Martin, >> >> 1) I freshly extracted quickfix-1.13.3.tar.gz >> >> patch -p1 < quickfix-autotools-bootstrap.patch -- ran alright. >> >> patch -p1 < quickfix-autotools-bootstrap.patch -- I got one error: >> >> patching file aclocal.m4 >> patching file bin/cfg/Makefile.in >> patching file bin/Makefile.in >> patching file config/config.guess >> patching file config/config.sub >> patching file config/ltmain.sh >> patching file doc/html/Makefile.in >> patching file doc/Makefile.in >> patching file examples/executor/C++/Makefile.in >> patching file examples/executor/Makefile.in >> patching file examples/Makefile.in >> patching file examples/ordermatch/Makefile.in >> patching file examples/ordermatch/test/Makefile.in >> patching file examples/tradeclient/Makefile.in >> patching file examples/tradeclientgui/banzai/Makefile.in >> patching file examples/tradeclientgui/banzai/src/Makefile.in >> patching file >> examples/tradeclientgui/banzai/src/quickfix/banzai/Makefile.in >> patching file >> examples/tradeclientgui/banzai/src/quickfix/banzai/ui/Makefile.in >> patching file examples/tradeclientgui/banzai/src/quickfix/Makefile.in >> patching file examples/tradeclientgui/banzai/test/Makefile.in >> patching file examples/tradeclientgui/Makefile.in >> patching file Makefile.in >> patching file spec/Makefile.in >> patching file src/C++/Makefile.in >> patching file src/C++/test/Makefile.in >> Hunk #2 FAILED at 100. >> 1 out of 5 hunks FAILED -- saving rejects to file >> src/C++/test/Makefile.in.rej >> patching file src/Makefile.in >> patching file src/python/Makefile.in >> patching file src/ruby/Makefile.in >> patching file test/atrun/Makefile.in >> patching file test/cfg/Makefile.in >> patching file test/definitions/Makefile.in >> patching file test/definitions/server/future/Makefile.in >> patching file test/definitions/server/Makefile.in >> patching file test/Makefile.in >> >> So, which patches do I need, do I need all of them to build examples? >> >> >> 2) tradeclient config input file is certainly not in tradeclient folder. >> I expect the config file look something like: >> >> # default settings for sessions >> [DEFAULT] >> ConnectionType=initiator >> ReconnectInterval=30 >> SenderCompID=MBTDEMO >> >> but I do not see anything similar. >> >> THX!! >> >> >> >> >> Martin Dengler wrote: >>> >>> QuickFIX Documentation: >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>> >>> On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote: >>>> 1) Which patches do I need to fix only examples in C++? >>>> >>>> 2) When I run command: >>>> patch -p1 < quickfix-src-examples-autotools-patches.patch >>>> I get: Reversed (or previously applied) patch detected! Assume >>>> -R? >>>> [n] >>>> So, what so I do in this case, just say Y? >>> >>> Are you sure you didn't patch the sources already? The quickfix-src* >>> files are the patches I made to the source code files itself; due to >>> the way autotools works, the other patches are to the >>> untar-ed, post-autotools-bootstrap source code. >>> >>> Here's what I just tried and it worked fine; not sure what's going >>> wrong for you: >>> >>> $ rm -rf quickfix/ >>> $ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz >>> $ cd quickfix/ >>> $ patch -p1 < >>> [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch >>> patching file examples/executor/C++/Makefile.am >>> patching file examples/ordermatch/Makefile.am >>> patching file examples/tradeclient/Makefile.am >>> patching file examples/tradeclientgui/banzai/Makefile.am >>> $ >>> >>>> 2) tradeclient example needs the input config file. Where do I get this >>>> file? >>> >>> Isn't it in the source tarfile? >>> >>>> Thank you! >>> >>> Martin >>> >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously >>> valuable. >>> Why? It contains a definitive record of application performance, >>> security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> Quickfix-users mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfix-users >>> >>> >> >> > > -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31957128.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-29 17:45:07
|
So, freshly extracted quickfix-1.13.3.tar.gz applied all patches I ran ./config -- it went alright. I ran make -- I get error: korben@fxbrain:~/Documents/CPlusPlus/quickfix$ make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run aclocal-1.11 cd . && /bin/bash /home/korben/.local/share/Trash/files/quickfix.2/config/missing --run automake-1.11 --foreign src/python/Makefile.am:15: required file `config/py-compile' not found src/python/Makefile.am:15: `automake --add-missing' can install `py-compile' make: *** [Makefile.in] Error 1 what do I do? vincegat wrote: > > Martin, > > 1) I freshly extracted quickfix-1.13.3.tar.gz > > patch -p1 < quickfix-autotools-bootstrap.patch -- ran alright. > > patch -p1 < quickfix-autotools-bootstrap.patch -- I got one error: > > patching file aclocal.m4 > patching file bin/cfg/Makefile.in > patching file bin/Makefile.in > patching file config/config.guess > patching file config/config.sub > patching file config/ltmain.sh > patching file doc/html/Makefile.in > patching file doc/Makefile.in > patching file examples/executor/C++/Makefile.in > patching file examples/executor/Makefile.in > patching file examples/Makefile.in > patching file examples/ordermatch/Makefile.in > patching file examples/ordermatch/test/Makefile.in > patching file examples/tradeclient/Makefile.in > patching file examples/tradeclientgui/banzai/Makefile.in > patching file examples/tradeclientgui/banzai/src/Makefile.in > patching file > examples/tradeclientgui/banzai/src/quickfix/banzai/Makefile.in > patching file > examples/tradeclientgui/banzai/src/quickfix/banzai/ui/Makefile.in > patching file examples/tradeclientgui/banzai/src/quickfix/Makefile.in > patching file examples/tradeclientgui/banzai/test/Makefile.in > patching file examples/tradeclientgui/Makefile.in > patching file Makefile.in > patching file spec/Makefile.in > patching file src/C++/Makefile.in > patching file src/C++/test/Makefile.in > Hunk #2 FAILED at 100. > 1 out of 5 hunks FAILED -- saving rejects to file > src/C++/test/Makefile.in.rej > patching file src/Makefile.in > patching file src/python/Makefile.in > patching file src/ruby/Makefile.in > patching file test/atrun/Makefile.in > patching file test/cfg/Makefile.in > patching file test/definitions/Makefile.in > patching file test/definitions/server/future/Makefile.in > patching file test/definitions/server/Makefile.in > patching file test/Makefile.in > > So, which patches do I need, do I need all of them to build examples? > > > 2) tradeclient config input file is certainly not in tradeclient folder. > I expect the config file look something like: > > # default settings for sessions > [DEFAULT] > ConnectionType=initiator > ReconnectInterval=30 > SenderCompID=MBTDEMO > > but I do not see anything similar. > > THX!! > > > > > Martin Dengler wrote: >> >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote: >>> 1) Which patches do I need to fix only examples in C++? >>> >>> 2) When I run command: >>> patch -p1 < quickfix-src-examples-autotools-patches.patch >>> I get: Reversed (or previously applied) patch detected! Assume >>> -R? >>> [n] >>> So, what so I do in this case, just say Y? >> >> Are you sure you didn't patch the sources already? The quickfix-src* >> files are the patches I made to the source code files itself; due to >> the way autotools works, the other patches are to the >> untar-ed, post-autotools-bootstrap source code. >> >> Here's what I just tried and it worked fine; not sure what's going >> wrong for you: >> >> $ rm -rf quickfix/ >> $ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz >> $ cd quickfix/ >> $ patch -p1 < >> [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch >> patching file examples/executor/C++/Makefile.am >> patching file examples/ordermatch/Makefile.am >> patching file examples/tradeclient/Makefile.am >> patching file examples/tradeclientgui/banzai/Makefile.am >> $ >> >>> 2) tradeclient example needs the input config file. Where do I get this >>> file? >> >> Isn't it in the source tarfile? >> >>> Thank you! >> >> Martin >> >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously >> valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users >> >> > > -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31956904.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-29 16:47:25
|
Martin, 1) I freshly extracted quickfix-1.13.3.tar.gz patch -p1 < quickfix-autotools-bootstrap.patch -- ran alright. patch -p1 < quickfix-autotools-bootstrap.patch -- I got one error: patching file aclocal.m4 patching file bin/cfg/Makefile.in patching file bin/Makefile.in patching file config/config.guess patching file config/config.sub patching file config/ltmain.sh patching file doc/html/Makefile.in patching file doc/Makefile.in patching file examples/executor/C++/Makefile.in patching file examples/executor/Makefile.in patching file examples/Makefile.in patching file examples/ordermatch/Makefile.in patching file examples/ordermatch/test/Makefile.in patching file examples/tradeclient/Makefile.in patching file examples/tradeclientgui/banzai/Makefile.in patching file examples/tradeclientgui/banzai/src/Makefile.in patching file examples/tradeclientgui/banzai/src/quickfix/banzai/Makefile.in patching file examples/tradeclientgui/banzai/src/quickfix/banzai/ui/Makefile.in patching file examples/tradeclientgui/banzai/src/quickfix/Makefile.in patching file examples/tradeclientgui/banzai/test/Makefile.in patching file examples/tradeclientgui/Makefile.in patching file Makefile.in patching file spec/Makefile.in patching file src/C++/Makefile.in patching file src/C++/test/Makefile.in Hunk #2 FAILED at 100. 1 out of 5 hunks FAILED -- saving rejects to file src/C++/test/Makefile.in.rej patching file src/Makefile.in patching file src/python/Makefile.in patching file src/ruby/Makefile.in patching file test/atrun/Makefile.in patching file test/cfg/Makefile.in patching file test/definitions/Makefile.in patching file test/definitions/server/future/Makefile.in patching file test/definitions/server/Makefile.in patching file test/Makefile.in So, which patches do I need, do I need all of them to build examples? 2) tradeclient config input file is certainly not in tradeclient folder. I expect the config file look something like: # default settings for sessions [DEFAULT] ConnectionType=initiator ReconnectInterval=30 SenderCompID=MBTDEMO but I do not see anything similar. THX!! Martin Dengler wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote: >> 1) Which patches do I need to fix only examples in C++? >> >> 2) When I run command: >> patch -p1 < quickfix-src-examples-autotools-patches.patch >> I get: Reversed (or previously applied) patch detected! Assume -R? >> [n] >> So, what so I do in this case, just say Y? > > Are you sure you didn't patch the sources already? The quickfix-src* > files are the patches I made to the source code files itself; due to > the way autotools works, the other patches are to the > untar-ed, post-autotools-bootstrap source code. > > Here's what I just tried and it worked fine; not sure what's going > wrong for you: > > $ rm -rf quickfix/ > $ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz > $ cd quickfix/ > $ patch -p1 < > [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch > patching file examples/executor/C++/Makefile.am > patching file examples/ordermatch/Makefile.am > patching file examples/tradeclient/Makefile.am > patching file examples/tradeclientgui/banzai/Makefile.am > $ > >> 2) tradeclient example needs the input config file. Where do I get this >> file? > > Isn't it in the source tarfile? > >> Thank you! > > Martin > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31956427.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: Martin D. <ma...@ma...> - 2011-06-29 16:05:06
|
On Wed, Jun 29, 2011 at 07:48:48AM -0700, vincegat wrote: > 1) Which patches do I need to fix only examples in C++? > > 2) When I run command: > patch -p1 < quickfix-src-examples-autotools-patches.patch > I get: Reversed (or previously applied) patch detected! Assume -R? > [n] > So, what so I do in this case, just say Y? Are you sure you didn't patch the sources already? The quickfix-src* files are the patches I made to the source code files itself; due to the way autotools works, the other patches are to the untar-ed, post-autotools-bootstrap source code. Here's what I just tried and it worked fine; not sure what's going wrong for you: $ rm -rf quickfix/ $ tar xzf ~/rpmbuild/SOURCES/quickfix-1.13.3.tar.gz $ cd quickfix/ $ patch -p1 < [...]/patches-20110529/quickfix-src-examples-autotools-patches.patch patching file examples/executor/C++/Makefile.am patching file examples/ordermatch/Makefile.am patching file examples/tradeclient/Makefile.am patching file examples/tradeclientgui/banzai/Makefile.am $ > 2) tradeclient example needs the input config file. Where do I get this > file? Isn't it in the source tarfile? > Thank you! Martin |
From: vincegat <vin...@gm...> - 2011-06-29 15:38:37
|
I used VC++ style #ifndef _APPLICATION_H once I changed it to #ifndef TRADECLIENT_APPLICATION_H that fixed the error. Martin Dengler wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > On Wed, Jun 29, 2011 at 06:23:48AM -0700, vincegat wrote: >> > I get this error compiling tradeclient under Ubuntu/GCC: invalid use of >> > incomplete type 'struct FIX40::NewOrderSingle’. >> >> I SOLVED this one. Thanks you! > > Great - if it was something others might encounter it would be nice to > share it with the list. > > Martin > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > -- View this message in context: http://old.nabble.com/Error-compiling-tradeclient-example-with-Ubuntu-GCC%3A-invalid-use-of-incomplete-type-%27struct--FIX40%3A%3ANewOrderSingle%E2%80%99-tp31950362p31955796.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: Martin D. <ma...@ma...> - 2011-06-29 15:04:10
|
On Wed, Jun 29, 2011 at 06:23:48AM -0700, vincegat wrote: > > I get this error compiling tradeclient under Ubuntu/GCC: invalid use of > > incomplete type 'struct FIX40::NewOrderSingle’. > > I SOLVED this one. Thanks you! Great - if it was something others might encounter it would be nice to share it with the list. Martin |
From: vincegat <vin...@gm...> - 2011-06-29 14:48:55
|
Thanks for the patches, Martin. Can you give some tips applying the patches. 1) Which patches do I need to fix only examples in C++? 2) When I run command: patch -p1 < quickfix-src-examples-autotools-patches.patch I get: Reversed (or previously applied) patch detected! Assume -R? [n] So, what so I do in this case, just say Y? 2) tradeclient example needs the input config file. Where do I get this file? Thank you! Martin Dengler wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > On Tue, Jun 28, 2011 at 12:26:39PM -0700, vincegat wrote: >> Is it possible to build those examples under Linux or the examples are >> meant >> to be built only on Win/VC++? > > The examples build fine on Fedora 13, 14, and 15 with a small amount > of patching, mostly to the autotools-related code. > > http://www.martindengler.com/proj/quickfix/build-20110529/ > http://www.martindengler.com/proj/quickfix/patches-20110529/ > > Martin > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31955405.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-29 13:23:55
|
vincegat wrote: > > Hello, > > I get this error compiling tradeclient under Ubuntu/GCC: invalid use of > incomplete type 'struct FIX40::NewOrderSingle’. > > What is the safe way to resolve this? > > Thanks! > > I SOLVED this one. Thanks you! -- View this message in context: http://old.nabble.com/Error-compiling-tradeclient-example-with-Ubuntu-GCC%3A-invalid-use-of-incomplete-type-%27struct--FIX40%3A%3ANewOrderSingle%E2%80%99-tp31950362p31954725.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: Martin D. <ma...@ma...> - 2011-06-29 10:35:02
|
On Tue, Jun 28, 2011 at 02:49:10PM -0700, vincegat wrote: > Hello, > > I get this error compiling tradeclient under Ubuntu/GCC: invalid use of > incomplete type 'struct FIX40::NewOrderSingle’. > > What is the safe way to resolve this? Can you paste the whole buildlog to pastebin.com or something? > Thanks! Martin |
From: Martin D. <ma...@ma...> - 2011-06-29 10:35:01
|
On Tue, Jun 28, 2011 at 12:26:39PM -0700, vincegat wrote: > Is it possible to build those examples under Linux or the examples are meant > to be built only on Win/VC++? The examples build fine on Fedora 13, 14, and 15 with a small amount of patching, mostly to the autotools-related code. http://www.martindengler.com/proj/quickfix/build-20110529/ http://www.martindengler.com/proj/quickfix/patches-20110529/ Martin |
From: vincegat <vin...@gm...> - 2011-06-28 21:49:16
|
Hello, I get this error compiling tradeclient under Ubuntu/GCC: invalid use of incomplete type 'struct FIX40::NewOrderSingle’. What is the safe way to resolve this? Thanks! -- View this message in context: http://old.nabble.com/Error-compiling-tradeclient-example-with-Ubuntu-GCC%3A-invalid-use-of-incomplete-type-%27struct--FIX40%3A%3ANewOrderSingle%E2%80%99-tp31950362p31950362.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-28 19:26:45
|
Hello, I am trying to build the examples on Ubuntu 11.04 but all I get from the Makefile is a bunch of errors: ./Makefile: line 18: datadir: command not found sed: -e expression #1, char 14: unterminated `s' command Is it possible to build those examples under Linux or the examples are meant to be built only on Win/VC++? Thanks. -- View this message in context: http://old.nabble.com/Examples-wont%27-build-on-Ubuntu-tp31949358p31949358.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: vincegat <vin...@gm...> - 2011-06-27 20:14:40
|
Hello, When I link QuickFIX with my application, according to instructions, I have to use this link options: "These must be linked in with -quickfix -lpthread, -lxml2 and -lz". I am using Ubuntu 11.04 and GCC. However I get an error: /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status What exactly is -lz and how can I resolve this? Thanks! -- View this message in context: http://old.nabble.com/-SOLVED--I-get-a-link-error%3A--usr-bin-ld%3A-cannot-find--lz.-I-use-Ubuntu-with-GCC.-tp31937980p31937980.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |
From: Cumba, J. J. <jua...@gm...> - 2011-06-17 16:47:18
|
Hi everyone! I'm using QuickFix to connect to a broker and i'm having a trouble with the config. The problem is that when I create the socket, C# throw me an exception: QuickFix.ConfigError: Configuration failed: No sessions defined for acceptor My connection type is set as INITIATOR as you can see below: [DEFAULT] ConnectionType=initiator SenderCompID=TW PersistMessages=N HttpAcceptPort=1000 [SESSION] TargetCompID=blablabla SessionQualifier=notengo HeartBtInt=10 StartTime=08:00:00 EndTime=23:55:00 SocketConnectHost=100.100.100.100 ReconnectInterval=30 UseDataDictionary=N BeginString=FIX.4.4 SocketConnectPort=1000 DataDictionary= [INITIATOR] LogonTimeout=10 LogoutTimeout=10 [LOGGING] FileLogPath=LogFix/ FileLogBackupPath=LogFixBkp/ Someone can help me and tell me what can be happening? Best regards. Juan. -- *Cumba, Juan José* jua...@gm... (011) 15-6435-0737 (I'm using WhatsApp) BA: Charcas 3319, 7A PE: Rivarola 847 *about.me/juanjosecumba * |
From: Adam S. <Ada...@Wi...> - 2011-06-14 09:38:46
|
Hi, Multiday sessions are sometimes used in forex trading. Some banks are using sessions that start on Monday 05:00 Sydney local time and end on Friday 17:00 New York's time. Message sequence numbers are reset on weekends. If Richard cannot use cron or task scheduler to start/stop the app at appropriate times, he could configure the session to be available continuously in QuickFix configuration file. Then modify the application to start and stop it at correct time. The points of interest are: * Session.lookupSession() method to get a specific session. * logout()/logon() methods to stop/start that session. Regards, Adam Szojda > -----Original Message----- > From: Grant Birchmeier [mailto:gbi...@co...] > Sent: Saturday, June 11, 2011 12:05 AM > To: Richard Hedin > Cc: qui...@li... > Subject: Re: [Quickfix-users] Can turn a session off? > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm afraid I don't have much experience with using StartDay and > EndDay. I'm not sure what happens if you set them both to the same > day. (I haven't yet encountered a system that required a multi-day > session.) > > I think using ini is the wrong approach. The ini file is loaded when > you start the app; if the app is running, any changes to ini won't be > recognized until you kill and restart the app, and it seems silly to > restart an app just so it can sit in a disabled state. > > In practice, maybe scheduling via cron is more appropriate for what > you're doing. > > -Grant > > > On Fri, Jun 10, 2011 at 2:45 PM, Richard Hedin <rh...@pe...> > wrote: > > Hello, Grant. > > > > Based on your information, I told it to run for a minute on Sunday. > The process isn't running on Sunday, so this is effectively "off". > > > > StartTime=17:00:00 > > EndTime=17:01:00 > > StartDay=Sunday > > EndDay=Sunday > > > > But it seems to start the tcp connection right away, and just start > the *FIX* session on Sunday. > > > > 20110610-19:26:45 : Created session > > 20110610-19:26:45 : Connecting to 209.185.165.59 on port 9501 > > 20110610-19:27:06 : Disconnecting > > > > Is that what it does? > > > > Perhaps I will have to go and change the code, rather than do it > through configuration. > > > > > > > > Regards, > > > > Rick > > > > > > -----Original Message----- > > From: Grant Birchmeier [mailto:gbi...@co...] > > Sent: Friday, June 10, 2011 1:45 PM > > To: Richard Hedin > > Cc: qui...@li... > > Subject: Re: [Quickfix-users] Can turn a session off? > > > > With that definition, I'm pretty sure that every day your session > will > > stop a minute before noon and then restart one minute later. > > > > -Grant > > > > On Fri, Jun 10, 2011 at 9:32 AM, Richard Hedin <rh...@pe...> > wrote: > >> QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > >> QuickFIX Support: http://www.quickfixengine.org/services.html > >> > >> > >> Hello all. > >> > >> > >> > >> I’d like to turn my session off at the .ini file for a while. There > is a program that starts several QuickFix sessions. The program hasn’t > been designed so that it can readily not start one session for a few > weeks. It would be nice to put in the .ini file: SessionEnabled=no . > But that doesn’t seem to exist. > >> > >> > >> > >> If I do this, will I blow its mind? > >> > >> > >> > >> StartTime=12:00:00 > >> > >> EndTime=11:59:00 > >> > >> > >> > >> > >> > >> Regards, > >> > >> > >> > >> Rick > >> > >> > >> > >> Rick Hedin > >> > >> Software Engineer > >> > >> PE∆K6 Investments > >> > >> 141 W. Jackson Blvd. Suite 500 > >> > >> Chicago, Il 60604 > >> > >> D: (312) 362-4343 > >> > >> E: rh...@pe... > >> > >> > >> > >> ________________________________ > >> See http://www.peak6.com/email_disclaimer.php for terms and > conditions related to this email > >> -------------------------------------------------------------------- > ---------- > >> EditLive Enterprise is the world's most technically advanced content > >> authoring tool. Experience the power of Track Changes, Inline Image > >> Editing and ensure content is compliant with Accessibility Checking. > >> http://p.sf.net/sfu/ephox-dev2dev > >> _______________________________________________ > >> Quickfix-users mailing list > >> Qui...@li... > >> https://lists.sourceforge.net/lists/listinfo/quickfix-users > >> > >> > > > > ----------------------------------------------------------------------- > ------- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: prakash jp <pra...@gm...> - 2011-06-14 04:44:45
|
Hi, I am using quickfix. Could you please help me to create and test sample FIX msgs through quickfix.Thanks in advance. *Environment:* windows xp, python 2.6, quickfix 1.3.3 *References: * - http://www.quickfixengine.org/quickfix/doc/html/index.html - http://www.quickfixengine.org/quickfix/doc/html/testing.html Thanks |
From: Nigel S. <nig...@gm...> - 2011-06-12 14:37:22
|
Hi, In the tradeclient example, the Application::fromApp function is not called until after initiator.stop() is called. This appears to require that the initiator.start() and initiator.stop() functions are called immediately before and after every order is placed. Is there any way to call initiator.start() before the start of the Trading day and initiator.stop() after the end of the Trading day (to eliminate the overhead of starting and stopping the initiator for every order) and yet still receive FIX messages from Application::fromApp without any delay? I would be very grateful for any guidance. Very best regards Nigel Sperinck |
From: Grant B. <gbi...@co...> - 2011-06-10 21:01:54
|
I'm afraid I don't have much experience with using StartDay and EndDay. I'm not sure what happens if you set them both to the same day. (I haven't yet encountered a system that required a multi-day session.) I think using ini is the wrong approach. The ini file is loaded when you start the app; if the app is running, any changes to ini won't be recognized until you kill and restart the app, and it seems silly to restart an app just so it can sit in a disabled state. In practice, maybe scheduling via cron is more appropriate for what you're doing. -Grant On Fri, Jun 10, 2011 at 2:45 PM, Richard Hedin <rh...@pe...> wrote: > Hello, Grant. > > Based on your information, I told it to run for a minute on Sunday. The process isn't running on Sunday, so this is effectively "off". > > StartTime=17:00:00 > EndTime=17:01:00 > StartDay=Sunday > EndDay=Sunday > > But it seems to start the tcp connection right away, and just start the *FIX* session on Sunday. > > 20110610-19:26:45 : Created session > 20110610-19:26:45 : Connecting to 209.185.165.59 on port 9501 > 20110610-19:27:06 : Disconnecting > > Is that what it does? > > Perhaps I will have to go and change the code, rather than do it through configuration. > > > > Regards, > > Rick > > > -----Original Message----- > From: Grant Birchmeier [mailto:gbi...@co...] > Sent: Friday, June 10, 2011 1:45 PM > To: Richard Hedin > Cc: qui...@li... > Subject: Re: [Quickfix-users] Can turn a session off? > > With that definition, I'm pretty sure that every day your session will > stop a minute before noon and then restart one minute later. > > -Grant > > On Fri, Jun 10, 2011 at 9:32 AM, Richard Hedin <rh...@pe...> wrote: >> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> Hello all. >> >> >> >> I’d like to turn my session off at the .ini file for a while. There is a program that starts several QuickFix sessions. The program hasn’t been designed so that it can readily not start one session for a few weeks. It would be nice to put in the .ini file: SessionEnabled=no . But that doesn’t seem to exist. >> >> >> >> If I do this, will I blow its mind? >> >> >> >> StartTime=12:00:00 >> >> EndTime=11:59:00 >> >> >> >> >> >> Regards, >> >> >> >> Rick >> >> >> >> Rick Hedin >> >> Software Engineer >> >> PE∆K6 Investments >> >> 141 W. Jackson Blvd. Suite 500 >> >> Chicago, Il 60604 >> >> D: (312) 362-4343 >> >> E: rh...@pe... >> >> >> >> ________________________________ >> See http://www.peak6.com/email_disclaimer.php for terms and conditions related to this email >> ------------------------------------------------------------------------------ >> EditLive Enterprise is the world's most technically advanced content >> authoring tool. Experience the power of Track Changes, Inline Image >> Editing and ensure content is compliant with Accessibility Checking. >> http://p.sf.net/sfu/ephox-dev2dev >> _______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users >> >> > |
From: Richard H. <rh...@pe...> - 2011-06-10 19:45:16
|
Hello, Grant. Based on your information, I told it to run for a minute on Sunday. The process isn't running on Sunday, so this is effectively "off". StartTime=17:00:00 EndTime=17:01:00 StartDay=Sunday EndDay=Sunday But it seems to start the tcp connection right away, and just start the *FIX* session on Sunday. 20110610-19:26:45 : Created session 20110610-19:26:45 : Connecting to 209.185.165.59 on port 9501 20110610-19:27:06 : Disconnecting Is that what it does? Perhaps I will have to go and change the code, rather than do it through configuration. Regards, Rick -----Original Message----- From: Grant Birchmeier [mailto:gbi...@co...] Sent: Friday, June 10, 2011 1:45 PM To: Richard Hedin Cc: qui...@li... Subject: Re: [Quickfix-users] Can turn a session off? With that definition, I'm pretty sure that every day your session will stop a minute before noon and then restart one minute later. -Grant On Fri, Jun 10, 2011 at 9:32 AM, Richard Hedin <rh...@pe...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hello all. > > > > I’d like to turn my session off at the .ini file for a while. There is a program that starts several QuickFix sessions. The program hasn’t been designed so that it can readily not start one session for a few weeks. It would be nice to put in the .ini file: SessionEnabled=no . But that doesn’t seem to exist. > > > > If I do this, will I blow its mind? > > > > StartTime=12:00:00 > > EndTime=11:59:00 > > > > > > Regards, > > > > Rick > > > > Rick Hedin > > Software Engineer > > PE∆K6 Investments > > 141 W. Jackson Blvd. Suite 500 > > Chicago, Il 60604 > > D: (312) 362-4343 > > E: rh...@pe... > > > > ________________________________ > See http://www.peak6.com/email_disclaimer.php for terms and conditions related to this email > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |