English 中文(简体)
贸易后台解决方案
原标题:Trading backoffice solution

是否有公开的贸易解决办法,即类似于处理市场交易的《纽约经济、社会、文化权利国际公约》结算制度?

换言之,一些与软件主点相似之处,例如,为新的股票交易所必须加以实施?

重点/问题涉及从终端用户角度看贸易平台,而不是处理放牧交易的后台解决办法。

问题回答

我不明白你要求什么。 我会假设,你正在寻找某种市场模拟器,以备测试自动化交易战略,而不是市场决策者为达到客户订单而使用的实际软件。

这是一个巨大的议题,答案确实取决于你想要进行哪类交易。 你们是否交易商品、储备、未来? 任何允许模拟贸易的市场模拟器都需要效仿这一市场的所有具体规则。 与此相关的最棘手问题之一是获得可靠的数据,以输入你的市场模拟器。 垃圾、垃圾以及此处适用的一切。

一旦你们选择了市场,你就需要把研究集中在这里。 每个市场都有自己的工具和平台。 为贸易商提供的两个良好资源是www.elitetrader.com和www.wilmott.com。 这两个地点都是知识丰富的人,他们可以帮助你们选择自己的工具并制定贸易战略。

Good luck.

QuickFIX/J is a Java version of the QuickFIX opensource FIX engine. It is optimized as a FIX messaging app, not as a matching engine. But it can generate all of the matching messages, and you could build a proper matching engine from it.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签