|
Lean
$LEAN_TAG$
|
Implementation of local/desktop job request: More...
Public Member Functions | |
| void | Initialize (IApi api) |
| Initialize the job queue: More... | |
| AlgorithmNodePacket | NextJob (out string algorithmPath) |
| Desktop/Local Get Next Task - Get task from the Algorithm folder of VS Solution. More... | |
| void | AcknowledgeJob (AlgorithmNodePacket job) |
| Desktop/Local acknowledge the task processed. Nothing to do. More... | |
Static Public Member Functions | |
| static IBrokerageFactory | GetFactoryFromDataQueueHandler (string dataQueueHandler) |
| Gets Brokerage Factory for provided IDQH More... | |
Properties | |
| Language | Language [get] |
| This property is protected for testing purposes More... | |
Implementation of local/desktop job request:
Definition at line 37 of file JobQueue.cs.
| void QuantConnect.Queues.JobQueue.Initialize | ( | IApi | api | ) |
Initialize the job queue:
Implements QuantConnect.Interfaces.IJobQueueHandler.
Definition at line 94 of file JobQueue.cs.
|
static |
Gets Brokerage Factory for provided IDQH
| dataQueueHandler |
Definition at line 104 of file JobQueue.cs.
| AlgorithmNodePacket QuantConnect.Queues.JobQueue.NextJob | ( | out string | algorithmPath | ) |
Desktop/Local Get Next Task - Get task from the Algorithm folder of VS Solution.
Implements QuantConnect.Interfaces.IJobQueueHandler.
Definition at line 125 of file JobQueue.cs.
| void QuantConnect.Queues.JobQueue.AcknowledgeJob | ( | AlgorithmNodePacket | job | ) |
Desktop/Local acknowledge the task processed. Nothing to do.
| job |
Implements QuantConnect.Interfaces.IJobQueueHandler.
Definition at line 289 of file JobQueue.cs.
|
getprotected |
This property is protected for testing purposes
Definition at line 54 of file JobQueue.cs.