C# Class Krs.Ats.IBNet.MarginCondition

This class represents a condition requiring the margin cushion reaching a given percent to be fulfilled. Orders can be activated or canceled if a set of given conditions is met. A MarginCondition is met whenever the margin penetrates the given percent.
Inheritance: OperatorCondition
Datei anzeigen Open project: qusma/ib-csharp Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
TryParse ( string cond ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string

TryParse() protected method

protected TryParse ( string cond ) : bool
cond string
return bool