Which file format will I use for currency exchange
I am looking for a standard file format that is used by the systems needed to store currencies and also provide currency exchange (so we need both buy and sell prices)
I looked online and found . cex but couldn't find it.
Where can I get the format of this file?
Is there any other file format I should be using?
0
source to share
3 answers
FpML http://www.fpml.org/ might be what you are looking for. If all you are doing is storing the bid / request, then I don't think I would saddle myself with XML. What's wrong with persisting to the database?
0
source to share