Processor-Result

This commit is contained in:
Michael Schimmel
2025-07-11 12:00:36 +02:00
parent 487169afe0
commit 021ff61774
5 changed files with 52 additions and 32 deletions
+2 -1
View File
@@ -450,8 +450,9 @@ begin
Symbol,
terminated,
TMycGenericProcessor<TArray<TDataPoint<TAuraAskBidFileItem>>>.Create(
procedure(const Values: TArray<TDataPoint<TAuraAskBidFileItem>>)
function(const Values: TArray<TDataPoint<TAuraAskBidFileItem>>): Boolean
begin
Result := true;
Prices := Prices.Add(Values);
currLog.Value := Prices.TotalCount.ToString;