[Quickfix-developers] custom utctimestamp parser
Brought to you by:
orenmnero
From: H. S. <st...@un...> - 2011-01-15 17:40:58
|
Guys, I am trying to modify the UTCTimeStamp parser. The reason is a trading partner that sends a custom format in tag 60. I therefore modified the code in FieldConverter.h in the function: static UtcTimeStamp convert( const std::string& value, bool calculateDays = false ) but the message gets still rejected. Are there any other places that I need to modify in order to accept custom values in tag 60? Is the validation done somewhere else before this function gets triggered? Cheers, Heri |