Feat/grid (#26)

* feat(grid): add grid shift, exchange stops, and reconcile safeguards

* docs(grid): document smart-follow shift and new grid env vars
This commit is contained in:
Disney
2026-07-21 15:30:45 +08:00
committed by GitHub
parent 7efd64ef29
commit b7ace263b1
18 changed files with 4182 additions and 1913 deletions
+4
View File
@@ -59,6 +59,10 @@ export class OndoperpsExchangeAdapter implements ExchangeAdapter {
return false;
}
supportsTriggerOrders(): boolean {
return true;
}
watchAccount(cb: AccountListener): void {
void this.init.ensureInitialized("watchAccount");
this.gateway.onAccount(this.safeInvoke("watchAccount", cb));