When calling RIC AULZ2 in the IDS restful interface I get back results like:
"TRDPRC_1": "144 10/32",
"ASK": "144 11/32",
"BID": "144 9/32",
"PRIMACT_1": "144 10/32"
When calling though our ADS service I get back results like:
"TRDPRC_1": "144.09375",
"ASK": "144.125",
"BID": "144.09375",
"PRIMACT_1": "144.09375"
Most RICS return the decimal version in both IDS and ADS. Is there a reason the IDS is returning a fraction as the result or some RICS? Is there a way to configure the IDS not to return like this? It is causing an issue because we are using IDS currently but switching to ADS version soon and would like things to be consistent.
If we there is not a way to change how does 10/32 become the decimal part .09375?