cBot PUB tick via NetMQ

Created at 03 Mar 2022
HF

hforhe

Joined 03.03.2022

Status

Closed


Budget

100.00 USD


Payment Method

via  Upwork

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.