Table of Contents

Interface IRiskRuleProvider

Namespace
StockSharp.Algo.Risk
Assembly
StockSharp.Algo.dll

The IRiskRule provider.

public interface IRiskRuleProvider
Extension Methods

Properties

Rules

Rules.

IEnumerable<Type> Rules { get; }

Property Value

IEnumerable<Type>

Methods

AddRule(Type)

Add rule.

void AddRule(Type rule)

Parameters

rule Type

Type of IRiskRule.

RemoveRule(Type)

Remove rule.

void RemoveRule(Type rule)

Parameters

rule Type

Type of IRiskRule.