C# Class IBApi.IbReader

Wrapper around BinaryReader to parse IB Server response stream. This class is not thread-safe.
Afficher le fichier Open project: bhamer/tws-api-tap Class Usage Examples

Méthodes publiques

Méthode Description
IbReader ( BinaryReader reader ) : System
ReadBoolFromInt ( ) : bool
ReadDouble ( ) : double
ReadDoubleMax ( ) : double
ReadInt ( ) : int
ReadIntMax ( ) : int
ReadLong ( ) : long
ReadString ( ) : string

Method Details

IbReader() public méthode

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

ReadBoolFromInt() public méthode

public ReadBoolFromInt ( ) : bool
Résultat bool

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadDoubleMax() public méthode

public ReadDoubleMax ( ) : double
Résultat double

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadIntMax() public méthode

public ReadIntMax ( ) : int
Résultat int

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadString() public méthode

public ReadString ( ) : string
Résultat string