[Quickfix-developers] Price field/Network Byte Order
Brought to you by:
orenmnero
From: Vincent P. <vpr...@ph...> - 2008-05-28 03:39:48
|
After looking at the code, it appears that QF is storing the Price field as a double. I need to store this as well, and I was wondering how you guys got it to survive the network byte order issue. Just curious, if you don't mind me asking cause I'm going to have to do the same thing. I don't see any htond/dtohd conversion functions like there are for converting longs ( htonl/ntohl ) -- Vincent |