【MT4 Client API 服务器直连接口】信息查询

本文介绍了MT4 Client API,该接口允许获取实时报价、历史数据、账户详情、订单和交易监控信息,对于创建CRM系统非常有用。虽然缺少交易功能,但后续文章将分享交易接口API。

此类 API 主要用于获取实时报价、历史报价数据、账户信息、订单、历史记录以及交易监控,类似于 MT4 Manager API。有这一部分 API,基本上就可以做个 CRM 了,只是缺少交易功能。

// 接口初始化
public QuoteClient();
public QuoteClient(uint user, string password, string host, int port);
public QuoteClient(uint user, string password, string host, int port, DateTime closedOrdersFrom, DateTime closedOrdersTo);
public QuoteClient(uint user, string password, string host, int port, string proxyHost, int proxyPort, string proxyUser, string proxyPass);
public QuoteClient(uint user, string password, string host, int port, string proxyHost, int proxyPort, string proxyUser, string proxyPass, DateTime closedOrdersFrom, DateTime closedOrdersTo);

public void Init(uint user, string password, string se
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值