I am working on a C++ quickfix program where I obtain the current time using
ctm = FIX::DateTime::nowUtc() ;
I prefer to use the datetime format because I want to do some math to calculate an expiry time for an order.
the FIX::ExpireTime constructor seems to need a time in the utctimestamp class
Can anyone tell me how to convert a datetime class to a utctimestamp class ?