C# 클래스 Krs.Ats.IBNet.PriceCondition

Used with conditional orders to cancel or submit order based on price of an instrument.
상속: ContractCondition
파일 보기 프로젝트 열기: qusma/ib-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
Serialize ( BinaryWriter writer ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
TryParse ( string cond ) : bool

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Serialize() 공개 메소드

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 보호된 메소드

protected TryParse ( string cond ) : bool
cond string
리턴 bool