Hello! I have a few questions about contribution, API docs about contribution is very poor. I am using C#.
1) I want to load the values of different currencies in our currency, so I do this
AdxRtContribute myAdxRtContrib = MyEikonDesktopDataAPI.CreateAdxRtContribute(); myAdxRtContrib.Source = "TRC"; myAdxRtContrib.ItemName = "AUDKZTFIX="; myAdxRtContrib.Mode = "SCOPE:SERVER"; myAdxRtContrib.Contribute("BID", "271.71");
Am I right?
2) How can I test it?
3) How to check that contribution has been sent successfully?