hforhe
Joined 03.03.2022
Closed
100.00 USD
via Upwork
Code may like this.
using NetMQ; OnStart() { // bind Publisher } OnTick() { // send tick(bid, ask, time) through Publisher } OnStop() { // unbind Publisher }