This commit is contained in:
2026-05-13 11:17:53 +02:00
parent 69385094ff
commit 24d21818cf
23 changed files with 736 additions and 65 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 actionability diagnostics summary for the UI.
*/
export type DemoPipeline2LocalPairActionabilityDiagnosticSummary = {
/**
* Pair actionability or materialization class.
*/
pairActionability: string,
/**
* Pair count.
*/
pairCount: number,
/**
* Decoded event count.
*/
decodedEventCount: number,
/**
* Decoded trade candidate count.
*/
decodedTradeCandidateCount: number,
/**
* Actionable trade candidate count.
*/
actionableTradeCandidateCount: number,
/**
* Failed trade candidate count.
*/
failedTradeCandidateCount: number,
/**
* Trade event count.
*/
tradeEventCount: number,
/**
* Pair candle count.
*/
pairCandleCount: number, };