rkg
rkg
add price precision field to binance market data change case for order type field check in binance execution management
https://github.com/crypto-chassis/ccapi/blob/b53929e6ad7afab51d2cc3ace70346bdbb64ba6a/include/ccapi_cpp/service/ccapi_market_data_service_gemini.h#L241 the code calls this->getInstrumentTarget for the Request::Operation::GET_INSTRUMENTS case when it should call this->getInstrumentsTarget
For example a list of partners that need to be added support a new format parameter that specifies the number of elements in the list e.g [[List of Partners: array[5]...
test string: "39.59% annually and 0.04% monthly" previously regex_match would only return [39.59] for a regex of "\d+[.]\d+" or [39.59,35.59] for a regex of "(\d+[.]\d+)" this pull request fixes that...