- 1
High frequency trading
Is c++ used for hft and if so, does anyone have sample code?
2 Answers
+ 3
C++ is near-to-perfect for high frequency trading applications. It's close-to-metal meaning that it's faster than other languages and can use the resources very efficient. But I don't know how to provide a sample code. All the best =)