c++ Programming Glossary: trading
Lock Free Queue — Single Producer, Multiple Consumers http://stackoverflow.com/questions/2702328/lock-free-queue-single-producer-multiple-consumers not an issue. in real life you will see this in automated trading systems with circular buffers sized to hold X minutes of market..
Performance of C++ vs Virtual Machine languages in high frequency finance http://stackoverflow.com/questions/3175072/performance-of-c-vs-virtual-machine-languages-in-high-frequency-finance a CV from a guy who claims that Java based high frequency trading is always beaten by C and that he'd been in a situation where..
How can I achieve something similar to a semaphore using boost in c++? http://stackoverflow.com/questions/3928853/how-can-i-achieve-something-similar-to-a-semaphore-using-boost-in-c popular these days. I personally use it in high frequency trading applications when amount of data is relatively very large and..
Best programming language and framework for cross platform desktop application development? [closed] http://stackoverflow.com/questions/4160162/best-programming-language-and-framework-for-cross-platform-desktop-application-d Reasonably fast again this is not for an MMORPG or stock trading app so it doesn't have to be blazingly fast Reasonable learning..
How can I use Standard Library (STL) classes in my dll interface or ABI? http://stackoverflow.com/questions/5661738/how-can-i-use-standard-library-stl-classes-in-my-dll-interface-or-abi then you probably won't have a problem. For example at a trading firm where all the systems are written in house and used only..
Quickfix: acceptor and initator in same application? http://stackoverflow.com/questions/5944756/quickfix-acceptor-and-initator-in-same-application my limit orderbook. My orderbook watches the book an makes trading decisions based on it. The problem is I can't figure out how.. they can share I am not planning on using this for live trading so crude code is perfectly fine by me. Thanks in advance Brandon..
What data source could I use for my stock market program? http://stackoverflow.com/questions/728126/what-data-source-could-i-use-for-my-stock-market-program exchange LON as well as NASDAQ etc. c open source stocks trading share improve this question Google Finance API http code.google.com..
Safety of casting between pointers of two identical classes? http://stackoverflow.com/questions/7762929/safety-of-casting-between-pointers-of-two-identical-classes in every case The background is that I need an easy way of trading vertex arrays between two separate libraries that have identical..
|