Commit Graph
34 Commits
Author SHA1 Message Date
Ding Li df54353865 Add proper const modifier to import functions 2018-01-05 11:56:23 +08:00
Ding Li 66602232d6 Updated dependency mql4-lib; improved ZmqMsg setData method 2017-12-26 16:08:23 +08:00
Ding Li 5738f693d1 Add new DLLs compiled with VC2010 2017-12-18 10:04:08 +08:00
Ding Li afab5f93cc Released 1.5
This release contains important API changes that may break existing
code.

1. Incompatible change: `Socket.send` series methods are splitted
to `Socket.send` and `Socket.sendMore` and have more overloads for
common message types like string or empty
2. Remove PollItem duplicate API (#11)
3. Fix compiler warning (#10) and compile failure (#12)
4. Add RTReq example from ZMQ Guide Chapter 3
release-1.5
2017-10-28 22:45:23 +08:00
Ding Li 795acc13c8 Fix #12 (#1, #4, #9): SocketOptions curve key argument causes compile error 2017-10-23 22:13:23 +08:00
Ding Li 184b9f6d8b Merge branch 'master' of github.com:dingmaotu/mql-zmq 2017-10-23 10:22:36 +08:00
Ding Li 96fd26ad85 Fix #11: remove duplicate and deprecated API Socket::register 2017-10-23 10:21:36 +08:00
Ding Li 1d6b1aa2d5 Fix #11: remove duplicate and deprecated API Socket::register 2017-10-23 09:50:25 +08:00
Ding Li 07414d6300 Fix #10: fix size parameter type on 64bit Terminal 2017-10-17 09:29:06 +08:00
Ding Li 8475ecc03a Fix #8 by importing changes from mql4-lib (eliminating WinUser32.mqh dependency) 2017-09-13 11:52:21 +08:00
Ding LiandGitHub 1d127c66b7 Merge pull request #7 from yerden/patch-1
zmq: fix typo in SendTimeout method
2017-09-08 08:31:13 +08:00
yerdenandGitHub 101807d69e zmq: fix typo in SendTimeout method 2017-09-08 00:27:47 +06:00
Ding Li cd7e5f0e47 Only resize target array when the array size is smaller than ZmqMsg 2017-08-30 10:15:46 +08:00
Ding Li bab1c9753a Fix documentation reference to a mql4-lib file 2017-08-18 10:34:30 +08:00
Ding Li 61861aa68e Documentation update for release 1.4 release-1.4 2017-08-18 10:28:43 +08:00
Ding Li acd272031a Add mql4-lib dependencies directly; change header comments on license; fix ZmqMsg setData method bug 2017-08-18 10:13:15 +08:00
Ding Li e51eceb263 Change licence to Apache 2.0 2017-08-18 10:03:00 +08:00
Ding Li ca488ea853 Fix #6 make vc runtime requirement stand out 2017-08-16 14:06:42 +08:00
Ding Li 4adca2d960 Add notes on using this library on MetaTrader5 32 bit version 2017-08-13 10:36:00 +08:00
Ding Li 01afabc408 Refactored poll support. Add Chapter 2 examples from the official ZMQ guide. release-1.3 2017-07-18 16:40:22 +08:00
Ding Li 4645013bb2 Fix GlobalHandle bug. Add rebuild method to ZmqMsg. release-1.2 2017-06-08 18:35:32 +08:00
Ding Li a2c610956c Fix #2 caused by a StringToCharArray bug in MQL 2017-05-27 10:22:18 +08:00
Ding Li 3a231f12b8 Fix send recv method return value check bug 2017-05-26 14:09:57 +08:00
Ding Li b4c30887c9 Fix more format 2017-05-26 13:21:56 +08:00
Ding Li 1720e3c559 Fix format 2017-05-26 13:18:09 +08:00
Ding Li 7d29a7ebe9 update documentation release-1.1 2017-05-26 13:14:21 +08:00
Ding Li 29b5b9e36e Sharing context between mql programs in the same Terminal; add new examples 2017-05-26 13:02:23 +08:00
Ding Li 1450c16b36 Fix #3: delete deprecated comment of Socket contructor 2017-05-22 10:57:01 +08:00
Ding Li c8ffea4433 Add an usage sample to README 2016-12-28 13:16:59 +08:00
Ding Li 332b459733 README typo fix v1.0-beta 2016-12-27 02:59:48 +08:00
Ding Li 44619b67f1 README minor fix 2016-12-27 02:57:50 +08:00
Ding Li 5d1dd2fa8f Add DLLs 2016-12-27 02:45:09 +08:00
Ding Li 8dba0d1bd8 Add library contents and a nice README 2016-12-27 02:38:22 +08:00
Ding Li ed0992e11f Initial commit 2016-12-27 01:01:09 +08:00