Is the microsecond and nanosecond precision timestamp only available in RFA 8?
In RFA 8.0 README I see
Time and DateTime Microsecond and Nanosecond Support ---------------------------------------------------- This release contains Time and DateTime enhancements to support microsecond and nanoseconds granularity. Note: Applications based on RWF Major Version 14 and Minor Version 0 do not have the ability to recognize microsecond and nanosecond precision time values. If receiving content encoded with this larger precision, the older versions of RFA's decoder will result in an exception. Applications can be coded to handle the exception and continue decoding the remaining content in the message.
Our application uses the RFA 7.6 version, so will it not be able to get the any microsecond and nanosecond precision time value and get exception? If our application tries to call DataBuffer::getAsString(), will we still get an exception ? What is the recommended way to handle such fields in RFA 7 application?