Hi
Using E- signal API i want to get latest currency values.
Present i get only 6 currency values(AUD, JPY, CHF, CAD, EUR, GBP) only by using this method.
IESignal.BasicQuote bqGBP = esignal.get_GetBasicQuote("EUR@FXCM A0-FX");
I want to get more currency values, is my approach is correct to get values? if correct some other currency values are not come why? ex-"INR" or is there another way to get the currency values?. Here i have another problem also when i run the "sample Quote window" then only i get currency values otherwise all values comes as 0.0.
Whats the problem.Please give reply ASAP.
Thanks & Regards
dbnya
Using E- signal API i want to get latest currency values.
Present i get only 6 currency values(AUD, JPY, CHF, CAD, EUR, GBP) only by using this method.
IESignal.BasicQuote bqGBP = esignal.get_GetBasicQuote("EUR@FXCM A0-FX");
I want to get more currency values, is my approach is correct to get values? if correct some other currency values are not come why? ex-"INR" or is there another way to get the currency values?. Here i have another problem also when i run the "sample Quote window" then only i get currency values otherwise all values comes as 0.0.
Whats the problem.Please give reply ASAP.
Thanks & Regards
dbnya
Comment