TS
Size: a a a
TS
VR
TS
VR
TS
TS
TS
VR
M
TS
MK
cron.schedule("0 * * * * *", () => {подписываюсь на обновления:
this.Save();
});
this.theExchange.on("l2update", async (l2update) => {реализация onL2Update:
onL2Update(l2update);
});
async OnNewDepthUpdate(depthUpdate) {
// nothing
}
AK
SL
TS
cron.schedule("0 * * * * *", () => {подписываюсь на обновления:
this.Save();
});
this.theExchange.on("l2update", async (l2update) => {реализация onL2Update:
onL2Update(l2update);
});
async OnNewDepthUpdate(depthUpdate) {
// nothing
}
ЕХ
A
MK
ЕХ
A
MG