This commit is contained in:
2026-05-13 13:19:23 +02:00
parent 24d21818cf
commit 693a456e62
19 changed files with 631 additions and 40 deletions

View File

@@ -0,0 +1,38 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Local pair trading-readiness diagnostics summary for the UI.
*/
export type DemoPipeline2LocalPairTradingReadinessDiagnosticSummary = {
/**
* Pair trading-readiness class.
*/
pairTradingReadiness: string,
/**
* Quote asset class.
*/
quoteAssetClass: string,
/**
* Whether a router or aggregator is required before direct execution.
*/
tradingRouteRequired: boolean,
/**
* Pair count.
*/
pairCount: number,
/**
* Decoded event count.
*/
decodedEventCount: number,
/**
* Decoded trade candidate count.
*/
decodedTradeCandidateCount: number,
/**
* Trade event count.
*/
tradeEventCount: number,
/**
* Pair candle count.
*/
pairCandleCount: number, };