[This message was posted by Greg Orsini of Orc Software w/CameronFIX <[EMAIL PROTECTED]> to the "FAST Protocol" discussion forum at http://fixprotocol.org/discuss/46. You can reply to it on-line at http://fixprotocol.org/discuss/read/d986dc67 - PLEASE DO NOT REPLY BY MAIL.]
> If I understood the comments correctly, the mix of metadata and data > would be problematic in some of the current implementations. Separation of metadata and data is desirable for a clean design, but it is sometimes necessary to compromise for the sake of optimization. For us C++ types, we deal with separate class declaration and implement in *.h and .cc files. For the sake of optimization, this line has been broken with inline implementation in the declaration - that is, inline functions. I believe a similar argument could be made for a pragmatic mixing of metadata and data for FAST. Regards, Greg. [You can unsubscribe from this discussion group by sending a message to mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Financial Information eXchange" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/FIX-Protocol?hl=en -~----------~----~----~----~------~----~------~--~---
