Lean  $LEAN_TAG$
QuantConnect.Brokerages.IBrokerageMessageHandler Interface Reference

Provides an plugin point to allow algorithms to directly handle the messages that come from their brokerage More...

Inheritance diagram for QuantConnect.Brokerages.IBrokerageMessageHandler:
[legend]

Public Member Functions

void Handle (BrokerageMessageEvent message)
 Handles the message More...
 

Detailed Description

Provides an plugin point to allow algorithms to directly handle the messages that come from their brokerage

Definition at line 22 of file IBrokerageMessageHandler.cs.

Member Function Documentation

◆ Handle()

void QuantConnect.Brokerages.IBrokerageMessageHandler.Handle ( BrokerageMessageEvent  message)

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