Forum

using CJAVal to handle messages in json via libzmq

Hi all, I am using ZeroMQ to send messages between MT5 and a bunch of applications I have in C# I am trying to figure out how to deserialize the data coming off the subSocket in MT5 sent in from my C# component. The attached file shows the what I am doing. The raw json strings are being received as

Print statement prints milliseconds but no milliseconds on datetime in MQL5

I am a new user of MQL5. I am faintly shocked that datetime doesn't have millisecond resolution. My use case is that I want to know the frequency that a quote is updated in the OnTick handler. I have a lot of other code outside MQL5 that uses millisecond resolution. Obviously one is able to access