sensespot.blogg.se

Real time currency converter in java
Real time currency converter in java






real time currency converter in java

Just do one thing at a time.Īnd by the way, an example isn't a requirement. You can see from what you posted there that you can't think about doing an ordinary currency conversion because you started raving about nanoseconds. Then once you have a list of requirements, you can focus on them separately. currency-converter Star Here are 46 public repositories matching this topic. The code should use the most recent available conversion rates.The code should calculate the number of INR corresponding to a given number of USD.It's a mish-mash of two separate requirements, namely

#Real time currency converter in java how to#

What you have posted there isn't a requirement. Real time Currency conversion Java GUI application using fixer io API By Kratika Jain In this tutorial, we will learn how to create convert currency applications using fixer io API. The above values will be got from a foreign exchange feeder system,how will i ensure the values are in sync always?Hope my question is understood now.ĭeepak Lal wrote:suppose i have 1 USD equivalent to 46 INR hence if i enter 12 USD it should give me the quivalent INR and point ot remember here is that INR rate is changing per sec/nanosec since im working in a real time Trade based Java application.so this is what im supposed to do,hope you have got my understanding now.Could you please tell me how should my implementation code be for this.įirst you should figure out what your requirements are. We are designing a java based application for currency conversion where the currency name and currency decode values are stored in Currency Table,The foreign exchange rates are stored in Foreign_exchange rates table.I have to go ahead and implement this,can you please suggest me some ideas as to how should i go about implementing this.This scenario is in Trading based real time application where the foreign exchange rates are changing every now and then,so my question is how will i get the latest value which will be in sync and calculate the "correct conversion rate".Please advice.What datastructure should i use for implementing this.








Real time currency converter in java