Job Description
Code may like this.
using NetMQ;
OnStart()
{
// bind Publisher
}
OnTick()
{
// send tick(bid, ask, time) through Publisher
}
OnStop()
{
// unbind Publisher
}
Comments
No comments found.
Code may like this.
using NetMQ;
OnStart()
{
// bind Publisher
}
OnTick()
{
// send tick(bid, ask, time) through Publisher
}
OnStop()
{
// unbind Publisher
}