Lean  $LEAN_TAG$
QuantConnect.Queues.JobQueue Class Reference

Implementation of local/desktop job request: More...

Inheritance diagram for QuantConnect.Queues.JobQueue:
[legend]

Public Member Functions

void Initialize (IApi api)
 Initialize the job queue: More...
 
AlgorithmNodePacket NextJob (out string location)
 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...
 

Detailed Description

Implementation of local/desktop job request:

Definition at line 37 of file JobQueue.cs.

Member Function Documentation

◆ Initialize()

void QuantConnect.Queues.JobQueue.Initialize ( IApi  api)

Initialize the job queue:

Implements QuantConnect.Interfaces.IJobQueueHandler.

Definition at line 94 of file JobQueue.cs.

Here is the call graph for this function:

◆ GetFactoryFromDataQueueHandler()

static IBrokerageFactory QuantConnect.Queues.JobQueue.GetFactoryFromDataQueueHandler ( string  dataQueueHandler)
static

Gets Brokerage Factory for provided IDQH

Parameters
dataQueueHandler
Returns
An Instance of Brokerage Factory if possible, otherwise null

Definition at line 104 of file JobQueue.cs.

Here is the caller graph for this function:

◆ NextJob()

AlgorithmNodePacket QuantConnect.Queues.JobQueue.NextJob ( out string  location)

Desktop/Local Get Next Task - Get task from the Algorithm folder of VS Solution.

Returns

Implements QuantConnect.Interfaces.IJobQueueHandler.

Definition at line 125 of file JobQueue.cs.

Here is the call graph for this function:

◆ AcknowledgeJob()

void QuantConnect.Queues.JobQueue.AcknowledgeJob ( AlgorithmNodePacket  job)

Desktop/Local acknowledge the task processed. Nothing to do.

Parameters
job

Implements QuantConnect.Interfaces.IJobQueueHandler.

Definition at line 289 of file JobQueue.cs.

Here is the call graph for this function:

Property Documentation

◆ Language

Language QuantConnect.Queues.JobQueue.Language
getprotected

This property is protected for testing purposes

Definition at line 54 of file JobQueue.cs.


The documentation for this class was generated from the following file: