Hi Team,
We are using the ‘.Net SDK Code based: On Demand: large instrument lists’ and we passed the below attributes list
Requested Field Names = { "RIC", "ISIN","CUSIP", "SEDOL" ," Bid Price”, Bid Clean Price”,” Bid Dirty Price”};
In the response file we have received value for “Bid Price” like “100,20” but we want decimal value with dots “100.20”.
Could you please suggest me how we can change the decimal value from comma to dots.