Uses of Record Class
eds.database.Records.TradeRecord
Packages that use Records.TradeRecord
Package
Description
Persistence and reporting infrastructure used by the MVC model layer.
MVC model layer of the application.
-
Uses of Records.TradeRecord in eds.database
Methods in eds.database that return types with arguments of type Records.TradeRecordModifier and TypeMethodDescriptionIQueries.findTradesByRunId(int runId) Returns all trades belonging to a run, ordered by conclusion time.Queries.findTradesByRunId(int runId) Returns all trades for a run ordered by conclusion time.Method parameters in eds.database with type arguments of type Records.TradeRecordModifier and TypeMethodDescriptionintIQueries.saveAllTrades(List<Records.TradeRecord> trades, int runId) Persists all trades from a run in a single transaction.intQueries.saveAllTrades(List<Records.TradeRecord> trades, int runId) Persists all trades in a single transaction linked to runId. -
Uses of Records.TradeRecord in eds.model
Methods in eds.model that return types with arguments of type Records.TradeRecordModifier and TypeMethodDescriptionStatisticsCollector.Snapshot.trades()Returns the value of thetradesrecord component.