Lean  $LEAN_TAG$
QuantConnect.ChannelStatus Class Reference

Defines the different channel status values More...

Static Public Attributes

const string Vacated = "channel_vacated"
 The channel is empty More...
 
const string Occupied = "channel_occupied"
 The channel has subscribers More...
 

Detailed Description

Defines the different channel status values

Definition at line 943 of file Global.cs.

Member Data Documentation

◆ Vacated

const string QuantConnect.ChannelStatus.Vacated = "channel_vacated"
static

The channel is empty

Definition at line 948 of file Global.cs.

◆ Occupied

const string QuantConnect.ChannelStatus.Occupied = "channel_occupied"
static

The channel has subscribers

Definition at line 953 of file Global.cs.


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