AustenConrad / mql4zmq

MQL4 bindings for ZeroMQ
http://mql4zmq.org
MIT License
74 stars 49 forks source link

MetaTrader v600 employs Unicode instead of Ansi. Changes made to #6

Closed ungratefulson closed 10 years ago

ungratefulson commented 10 years ago

MetaTrader v600 employs Unicode instead of Ansi. Changes made to mql4zmq.mqh to convert strings to uchar[] when sending to zmq, and converting uchar[] to string when receiving.