C# Class QuickFix.ByteSizeString

Afficher le fichier Open project: kennystone/quickfixn Class Usage Examples

Méthodes publiques

Méthode Description
ByteSizeString ( byte buf, int sz ) : System
ByteSizeString ( byte buf, int pos, int sz ) : System
GetNextTag ( int &pos ) : int
GetNextValue ( int &pos ) : ByteSizeString
IndexOf ( byte nextchar, int pos ) : int
ToString ( ) : string

Method Details

ByteSizeString() public méthode

public ByteSizeString ( byte buf, int sz ) : System
buf byte
sz int
Résultat System

ByteSizeString() public méthode

public ByteSizeString ( byte buf, int pos, int sz ) : System
buf byte
pos int
sz int
Résultat System

GetNextTag() public méthode

public GetNextTag ( int &pos ) : int
pos int
Résultat int

GetNextValue() public méthode

public GetNextValue ( int &pos ) : ByteSizeString
pos int
Résultat ByteSizeString

IndexOf() public méthode

public IndexOf ( byte nextchar, int pos ) : int
nextchar byte
pos int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string