CppTrader icon indicating copy to clipboard operation
CppTrader copied to clipboard

High performance components for building Trading Platform such as ultra fast matching engine, order book processor

Results 22 CppTrader issues
Sort by recently updated
recently updated
newest added

Dear @chronoxor i'm using cpptrader-example-matching_engine from commit [43b8cfbc438373d3fb9b784025f6018f453e4e72](https://github.com/chronoxor/CppTrader/commit/43b8cfbc438373d3fb9b784025f6018f453e4e72) I have a Trailing Stop Limit Scenario as shown below : add symbol 1 BTC_ETH add book 1 enable matching add limit...

I find a lot of CppCommen:: in the source code, but i cann't find the namespace in the project. is it a library? how can I get it? thanks

Hi, I am interested in using CppTrader for a crypto exchange that I am building. Current price and quantity types, uint64_t, is largely sufficient. But for additional safety, I would...

Hi, I'm new to C++ trading system. Found this great project for learning. When I tried to build and run the sample benchmark, I found that I can't access to...

Dear @chronoxor I would like to ask : 1. What is the best way to get status of Taker or Maker order at callback "onExecutedOrder" ? In my case, i...

Are newer C++11 to C++17 standard features used in CppTrader? What is the minimum version?

Hi @chronoxor, While we wanted to add a market pair with 10 letters, we recently noticed that Symbol name is defined as 8 bytes. https://github.com/chronoxor/CppTrader/blob/5126be48be9939a8eeb5db3254b052c12c2324d1/include/trader/matching/symbol.h#L26 What we thought could be...

Is there commissioned work or paid support for this open source product?

Matching engine benchmark results are missing from README?