Lean
$LEAN_TAG$
|
Local/desktop implementation of messaging system for Lean Engine. More...
Public Member Functions | |
void | Initialize (MessagingHandlerInitializeParameters initializeParameters) |
Initialize the messaging system More... | |
virtual void | SetAuthentication (AlgorithmNodePacket job) |
Set the messaging channel More... | |
virtual void | Send (Packet packet) |
Send a generic base packet without processing More... | |
void | SendNotification (Notification notification) |
Send any notification with a base type of Notification. More... | |
void | Dispose () |
Dispose of any resources More... | |
Properties | |
bool | HasSubscribers [get, set] |
This implementation ignores the
flag and instead will always write to the log. More... | |
Properties inherited from QuantConnect.Interfaces.IMessagingHandler | |
bool | HasSubscribers [get, set] |
Gets or sets whether this messaging handler has any current subscribers. When set to false, messages won't be sent. More... | |
Local/desktop implementation of messaging system for Lean Engine.
Definition at line 29 of file Messaging.cs.
void QuantConnect.Messaging.Messaging.Initialize | ( | MessagingHandlerInitializeParameters | initializeParameters | ) |
Initialize the messaging system
initializeParameters | The parameters required for initialization |
Implements QuantConnect.Interfaces.IMessagingHandler.
Definition at line 45 of file Messaging.cs.
|
virtual |
Set the messaging channel
Implements QuantConnect.Interfaces.IMessagingHandler.
Definition at line 53 of file Messaging.cs.
|
virtual |
Send a generic base packet without processing
Implements QuantConnect.Interfaces.IMessagingHandler.
Definition at line 60 of file Messaging.cs.
void QuantConnect.Messaging.Messaging.SendNotification | ( | Notification | notification | ) |
Send any notification with a base type of Notification.
Implements QuantConnect.Interfaces.IMessagingHandler.
Definition at line 113 of file Messaging.cs.
void QuantConnect.Messaging.Messaging.Dispose | ( | ) |
Dispose of any resources
Definition at line 126 of file Messaging.cs.
|
getset |
This implementation ignores the
flag and instead will always write to the log.
Definition at line 36 of file Messaging.cs.