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 966 of file Global.cs.
◆ Vacated
const string QuantConnect.ChannelStatus.Vacated = "channel_vacated" |
|
static |
The channel is empty
Definition at line 971 of file Global.cs.
◆ Occupied
const string QuantConnect.ChannelStatus.Occupied = "channel_occupied" |
|
static |
The channel has subscribers
Definition at line 976 of file Global.cs.
The documentation for this class was generated from the following file: