Lean
$LEAN_TAG$
|
Classes | |
class | AlgorithmNameUpdatePacket |
Packet to communicate updates to the algorithm's name More... | |
class | AlgorithmNodePacket |
Algorithm Node Packet is a work task for the Lean Engine More... | |
class | AlgorithmStatusPacket |
Algorithm status update information packet More... | |
class | AlgorithmTagsUpdatePacket |
Packet to communicate updates to the algorithm tags More... | |
class | AlphaNodePacket |
Alpha job packet More... | |
class | AlphaResultPacket |
Provides a packet type for transmitting alpha insights data More... | |
class | BacktestNodePacket |
Algorithm backtest task information packet. More... | |
class | BacktestResult |
Backtest results object class - result specific items from the packet. More... | |
class | BacktestResultPacket |
Backtest result packet: send backtest information to GUI for user consumption. More... | |
class | BacktestResultParameters |
Defines the parameters for BacktestResult More... | |
class | BaseResultParameters |
Base parameters used by LiveResultParameters and BacktestResultParameters More... | |
class | CompletedHistoryResult |
Specifies the completed message from a history result More... | |
class | Controls |
Specifies values used to control algorithm limits More... | |
class | DebugPacket |
Send a simple debug message from the users algorithm to the console. More... | |
class | ErrorHistoryResult |
Specfies an error message in a history result More... | |
class | FileHistoryResult |
Defines requested file data for a history request More... | |
class | HandledErrorPacket |
Algorithm runtime error packet from the lean engine. This is a managed error which stops the algorithm execution. More... | |
class | HistoryPacket |
Packet for history jobs More... | |
class | HistoryRequest |
Specifies request parameters for a single historical request. A HistoryPacket is made of multiple requests for data. These are used to request data during live mode from a data server More... | |
class | HistoryResult |
Provides a container for results from history requests. This contains the file path relative to the /Data folder where the data can be written More... | |
class | LeakyBucketControlParameters |
Provides parameters that control the behavior of a leaky bucket rate limiting algorithm. The parameter names below are phrased in the positive, such that the bucket is filled up over time vs leaking out over time. More... | |
class | LiveNodePacket |
Live job task packet: container for any live specific job variables More... | |
class | LiveResult |
Live results object class for packaging live result data. More... | |
class | LiveResultPacket |
Live result packet from a lean engine algorithm. More... | |
class | LiveResultParameters |
Defines the parameters for LiveResult More... | |
class | LogPacket |
Simple log message instruction from the lean engine. More... | |
class | MarketHours |
Market open hours model for pre, normal and post market hour definitions. More... | |
class | MarketToday |
Market today information class More... | |
class | OrderEventPacket |
Order event packet for passing updates on the state of an order to the portfolio. More... | |
class | Packet |
Base class for packet messaging system More... | |
class | PythonEnvironmentPacket |
Python Environment Packet is an abstract packet that contains a PythonVirtualEnvironment definition. Intended to be used by inheriting classes that may use a PythonVirtualEnvironment More... | |
class | ResearchNodePacket |
Represents a research node packet More... | |
class | RuntimeErrorPacket |
Algorithm runtime error packet from the lean engine. This is a managed error which stops the algorithm execution. More... | |
class | SecurityTypesPacket |
Security types packet contains information on the markets the user data has requested. More... | |
class | StatusHistoryResult |
Specifies the progress of a request More... | |
class | SystemDebugPacket |
Debug packets generated by Lean More... | |
|
strong |
Specifies various types of history results
Enumerator | |
---|---|
File | The requested file data |
Status | The request's status |
Completed | The request is completed |
Error | The request had an error |
Definition at line 82 of file HistoryPacket.cs.
|
strong |
Classifications of internal packet system