Defines the different channel status values
More...
|
| const string | Vacated = "channel_vacated" |
| | The channel is empty More...
|
| |
| const string | Occupied = "channel_occupied" |
| | The channel has subscribers More...
|
| |
Defines the different channel status values
Definition at line 1072 of file Global.cs.
◆ Vacated
| const string QuantConnect.ChannelStatus.Vacated = "channel_vacated" |
|
static |
◆ Occupied
| const string QuantConnect.ChannelStatus.Occupied = "channel_occupied" |
|
static |
The channel has subscribers
Definition at line 1082 of file Global.cs.
The documentation for this class was generated from the following file: