I have compiled the master some months ago and now I would like to know, which version of quickfix version I am using. But where is the quickfix version located? are there a version number in config.h or somewhere except the tag version? As someone already open an issue, I cannot logon into binance assumed the problem with timestamp, quickfix just give me a time without milliseconds, rather I have set MillisecondsInTimeStamp=Y nor this following works for me. Someone has a fix for it. quickfix is build in C++ language, why are these issue not solved with priority.
FIX::SendingTime st;
message.getHeader().getField( st );
FIX::UtcTimeStampConvertor::convert( st, 3 );
I have compiled the master some months ago and now I would like to know, which version of quickfix version I am using. But where is the quickfix version located? are there a version number in config.h or somewhere except the tag version? As someone already open an issue, I cannot logon into binance assumed the problem with timestamp, quickfix just give me a time without milliseconds, rather I have set MillisecondsInTimeStamp=Y nor this following works for me. Someone has a fix for it. quickfix is build in C++ language, why are these issue not solved with priority.
FIX::SendingTime st;
message.getHeader().getField( st );
FIX::UtcTimeStampConvertor::convert( st, 3 );