C# Class Krs.Ats.IBNet.PriceCondition

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

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
Serialize ( BinaryWriter writer ) : void
ToString ( ) : string

Protected Methods

Method Description
TryParse ( string cond ) : bool

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Serialize() public method

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

ToString() public method

public ToString ( ) : string
return string

TryParse() protected method

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