C# Class Krs.Ats.IBNet.PriceCondition

Used with conditional orders to cancel or submit order based on price of an instrument.
Inheritance: ContractCondition
Afficher le fichier Open project: qusma/ib-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
Serialize ( BinaryWriter writer ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
TryParse ( string cond ) : bool

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Serialize() public méthode

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() protected méthode

protected TryParse ( string cond ) : bool
cond string
Résultat bool