dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
543 stars 298 forks source link

How to set a Socket Option? #62

Closed mishaxz closed 10 months ago

mishaxz commented 1 year ago

Hi, I would like to specify the envelope.

How can I do this?

dingmaotu commented 10 months ago

Please refer to zmq documentation or zmq tutorials. This lib has mostly the same APIs (wrapped Object-Oriented way).