C# 클래스 IBApi.IbReader

Wrapper around BinaryReader to parse IB Server response stream. This class is not thread-safe.
파일 보기 프로젝트 열기: bhamer/tws-api-tap 1 사용 예제들

공개 메소드들

메소드 설명
IbReader ( BinaryReader reader ) : System
ReadBoolFromInt ( ) : bool
ReadDouble ( ) : double
ReadDoubleMax ( ) : double
ReadInt ( ) : int
ReadIntMax ( ) : int
ReadLong ( ) : long
ReadString ( ) : string

메소드 상세

IbReader() 공개 메소드

public IbReader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

ReadBoolFromInt() 공개 메소드

public ReadBoolFromInt ( ) : bool
리턴 bool

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadDoubleMax() 공개 메소드

public ReadDoubleMax ( ) : double
리턴 double

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadIntMax() 공개 메소드

public ReadIntMax ( ) : int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string