Foreign Exchange System
Hi! I have a project about a Foreign Exchange System. The client has different branches, two of his requirements is to be able to monitor the available cash, in different currencies, residing in each of his branches. and he wants to be able to modify the exchange rate of each currency per branch in real-time.
Any suggestions on the best way to implement this? Comments and suggestions would be appreciated. Thanks in advance.
Jan MontanoPosted May 30, 2007, 2:11 AM
Mike GoldPosted May 30, 2007, 1:32 AM
This is is a complex problem in the Forex domain that requires market feeds, professionally written software to handle the threads for the feeds and a knowledge of how to write a distributed system that communicates with the different branches. This problem probably can not be solved quickly in a Forum question, but more likely with careful consulting.
Hi! I have a project about a Foreign Exchange System. The client has different branches, two of his requirements is to be able to monitor the available cash, in different currencies, residing in each of his branches. and he wants to be able to modify the exchange rate of each currency per branch in real-time. Any suggestions on the best way to implement this? Comments and suggestions would be appreciated. Thanks in advance.