C# Class Krs.Ats.IBNet.OrderCondition

Show file Open project: qusma/ib-csharp Class Usage Examples

Public Methods

Method Description
Create ( OrderConditionType type ) : OrderCondition
Deserialize ( BinaryReader reader ) : void
Parse ( string cond ) : OrderCondition
Serialize ( BinaryWriter writer ) : void

Protected Methods

Method Description
TryParse ( string cond ) : bool

Method Details

Create() public static method

public static Create ( OrderConditionType type ) : OrderCondition
type OrderConditionType
return OrderCondition

Deserialize() public method

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

Parse() public static method

public static Parse ( string cond ) : OrderCondition
cond string
return OrderCondition

Serialize() public method

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

TryParse() protected method

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