I have a C# application that generates quotes to be published on TREP. The generated quotes are of IEEE double type, but the field is of OMM RWF_TYPE_REAL type.
Is there a convenient way to convert from double to Real databuffers? The Real type itself does not seem to expose any conversion methods.
-Anders