供所有主要经纪商提交订单和获取价格的开源包装库?

发布于 2024-12-18 00:55:46 字数 258 浏览 1 评论 0 原文

是否有一个开源库,其中包含每个经纪商执行常见功能(例如获取价格变动、提交订单)的 API 调用?

例如)

buy("MSFT",33); //will send buy order to Interactive Brokers, MBtrade etc.

基本上我希望向多个经纪商运行一些算法交易。

有现有的解决方案吗?

付费的也可以。

最好有 Java 或跨平台支持。

Is there a single open source library which contains API calls for each brokers to do common functionalities like, get price ticks, submit orders?

for ex)

buy("MSFT",33); //will send buy order to Interactive Brokers, MBtrade etc.

Basically I am looking to run some algorithm trades to multiple brokers.

Is there an existing solution out there?

paid ones would be okay too.

preferably Java or cross-platform support.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

困倦 2024-12-25 00:55:46

Algo-TraderTradelink 是两个平台,它们能够使用单一编程接口连接到多个经纪商和数据提供商。

如果您想查看付费选项,可以查看 OpenquantRightEdge - 两者都提供一个月的免费试用。

市场上有很多交易平台,但只有您才能决定哪一个最适合您的需求。

Algo-Trader and Tradelink are a couple of platforms that provide the capability to connect to multiple brokers and data providers using a single programming interface.

If you want to check out a paid option you can check out Openquant or RightEdge - both provide a month's free trial.

There are quite a few trading platforms out there but only you'll be in a position to decide which one best fits your needs.

假面具 2024-12-25 00:55:46

Quickfixj 是 Java 的开源 FIX 引擎

Cameron 是可商用的。

我对这两种产品都做过研究,所以我可以推荐它们,但在决定哪一种之前,您必须根据自己的需求评估每一种产品。
有多个可用的,只需谷歌搜索 FIX 引擎即可。

Quickfixj is an open source FIX engine for Java

Cameron is a commercially available.

I have worked on both of them so I can recommend them but you have to evaluate each one for your needs before you decide on one.
There are multiples of them available, just google for a FIX engine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文