Results 6 issues of RendyCog

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...

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...

Hi i would like to send data from child process to parent process (at main thread). But at the parent process it's not receiving the message. I have tried to...

Hi I would like to ask, how to copy dir CppTrader to different location ? eg : I have done some modification of CppTrader in host PC & was run...

Hi @chronoxor Thank you for providing us this library. But unfortunately got issue when compiling under alpine (using Docker): nginx:stable_alpine https://hub.docker.com/layers/library/nginx/stable-alpine/images/sha256-5bc90c961f2ef45c7ed6057e5c55e09d5f6b700a9d2e7e824c5e3709f329a61d?context=explore I have install libexecinfo-dev so it has execinfo.h but:...

Hi I would like to ask. How to add existing library containing .h and .cpp in same folder ? Because in default, the .h and .cpp is located in different...