The most recent content from our members.
I got RICs like this while downloading RICs for SPY options SPYJT091317100.U, SPYJH171317100.U, SPYJT091316850.U how to decode them. where can I find rules to decode such RICs ?
For my unit tests I need to set name and serviceName to my message. I need to create a message and then pass it to my OmmConsumerClient class. But it did not work. After multiple attempts to make my code work, I finally realised that the issue is in particular logic of setting serviceName. When setting serviceName message,…
Hi I am puzzled by the EMA example Cons260,here is the code while ( fl.forth( searchList ) ) // search for a set of matching fids { const FieldEntry& fe = fl.getEntry(); cout << "Name: " << fe.getName() << " Value: "; if ( fe.getCode() == Data::BlankEnum ) cout << " blank" << endl; else switch ( fe.getLoadType() ) { case…
Here is my code to decode EMA fid 3754 switch(fe.getFieldId()) { case 3754: fxsnapshot.Enlarge = atof(fe.getRmtes().toString()); ...... ...... } the cout of RefreshMsg is FieldEntry fid="3754" name="SCALING" dataType="Rmtes" value="1" As I decode it as string,I can not get the right value. May someone tell how to decode…
Does anyone know of any decoder in Python to be used in troubleshooting. Has anyone have ever heard of a decoder for a data response captured by a sniffer?
It looks like you're new here. Sign in or register to get started.