C# Class Krs.Ats.IBNet.BinaryReaderExtensions

Show file Open project: qusma/ib-csharp

Public Methods

Method Description
ReadBoolFromInt ( this reader ) : bool
ReadInt ( this reader ) : int
ReadStr ( this reader ) : string

Method Details

ReadBoolFromInt() public static method

public static ReadBoolFromInt ( this reader ) : bool
reader this
return bool

ReadInt() public static method

public static ReadInt ( this reader ) : int
reader this
return int

ReadStr() public static method

public static ReadStr ( this reader ) : string
reader this
return string