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