Lean  $LEAN_TAG$
QuantConnect.Securities.MarginCallModel Class Reference

Provides access to a null implementation for IMarginCallModel More...

Static Public Attributes

static readonly IMarginCallModel Null = new NullMarginCallModel()
 Gets an instance of IMarginCallModel that will always return an empty list of executed orders. More...
 

Detailed Description

Provides access to a null implementation for IMarginCallModel

Definition at line 47 of file IMarginCallModel.cs.

Member Data Documentation

◆ Null

readonly IMarginCallModel QuantConnect.Securities.MarginCallModel.Null = new NullMarginCallModel()
static

Gets an instance of IMarginCallModel that will always return an empty list of executed orders.

Definition at line 53 of file IMarginCallModel.cs.


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