是否有公开的贸易解决办法,即类似于处理市场交易的《纽约经济、社会、文化权利国际公约》结算制度?
换言之,一些与软件主点相似之处,例如,为新的股票交易所必须加以实施?
重点/问题涉及从终端用户角度看贸易平台,而不是处理放牧交易的后台解决办法。
是否有公开的贸易解决办法,即类似于处理市场交易的《纽约经济、社会、文化权利国际公约》结算制度?
换言之,一些与软件主点相似之处,例如,为新的股票交易所必须加以实施?
重点/问题涉及从终端用户角度看贸易平台,而不是处理放牧交易的后台解决办法。
我不明白你要求什么。 我会假设,你正在寻找某种市场模拟器,以备测试自动化交易战略,而不是市场决策者为达到客户订单而使用的实际软件。
这是一个巨大的议题,答案确实取决于你想要进行哪类交易。 你们是否交易商品、储备、未来? 任何允许模拟贸易的市场模拟器都需要效仿这一市场的所有具体规则。 与此相关的最棘手问题之一是获得可靠的数据,以输入你的市场模拟器。 垃圾、垃圾以及此处适用的一切。
一旦你们选择了市场,你就需要把研究集中在这里。 每个市场都有自己的工具和平台。 为贸易商提供的两个良好资源是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.
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 ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
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 ...
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 ...
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....
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 ...