feat(deribit): get_open_orders (limit resting + trigger non scattati)

Espone private/get_open_orders_by_currency sul router Deribit (pattern gia'
presente per Hyperliquid/IBKR). Serve al reconciler resting di PythagorasGoal:
TP/DSL attesi dai libri vs ordini realmente in book (caso MR02_BTC 2026-06-12:
TP resting fillato di notte + disaster-SL sparito, scoperti solo al close sim).
NB: per i trigger untriggered interrogare anche type='trigger_all' e fare
merge per order_id.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Adriano
2026-06-12 12:23:01 +00:00
parent 350eeb4f76
commit 9a74052dc5
4 changed files with 51 additions and 0 deletions
+3
View File
@@ -171,6 +171,9 @@ sources_used }` (+ `failed_sources` in modalità consenso).
### Account
- `get_positions`
- `get_account_summary`
- `get_open_orders` — ordini aperti (`currency`, `kind?`, `type` default `all`;
per i trigger non scattati interrogare anche `type="trigger_all"` e fare
merge per `order_id`)
### Options analytics
- `get_dvol`, `get_dvol_history`