Lean  $LEAN_TAG$
QuantConnect.Scheduling.TimeConsumer Class Reference

Represents a timer consumer instance More...

Properties

bool Finished [get, set]
 True if the consumer already finished it's work and no longer consumes time More...
 
ITimeProvider TimeProvider [get, set]
 The time provider associated with this consumer More...
 
IIsolatorLimitResultProvider IsolatorLimitProvider [get, set]
 The isolator limit provider to be used with this consumer More...
 
DateTime? NextTimeRequest [get, set]
 The next time, base on the TimeProvider, that time should be requested to be IsolatorLimitProvider More...
 

Detailed Description

Represents a timer consumer instance

Definition at line 23 of file TimeConsumer.cs.

Property Documentation

◆ Finished

bool QuantConnect.Scheduling.TimeConsumer.Finished
getset

True if the consumer already finished it's work and no longer consumes time

Definition at line 28 of file TimeConsumer.cs.

◆ TimeProvider

ITimeProvider QuantConnect.Scheduling.TimeConsumer.TimeProvider
getset

The time provider associated with this consumer

Definition at line 33 of file TimeConsumer.cs.

◆ IsolatorLimitProvider

IIsolatorLimitResultProvider QuantConnect.Scheduling.TimeConsumer.IsolatorLimitProvider
getset

The isolator limit provider to be used with this consumer

Definition at line 38 of file TimeConsumer.cs.

◆ NextTimeRequest

DateTime? QuantConnect.Scheduling.TimeConsumer.NextTimeRequest
getset

The next time, base on the TimeProvider, that time should be requested to be IsolatorLimitProvider

Definition at line 44 of file TimeConsumer.cs.


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