C# Class IBApi.IbReader

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

Public Methods

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

Method Details

IbReader() public method

public IbReader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

ReadBoolFromInt() public method

public ReadBoolFromInt ( ) : bool
return bool

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadDoubleMax() public method

public ReadDoubleMax ( ) : double
return double

ReadInt() public method

public ReadInt ( ) : int
return int

ReadIntMax() public method

public ReadIntMax ( ) : int
return int

ReadLong() public method

public ReadLong ( ) : long
return long

ReadString() public method

public ReadString ( ) : string
return string