C# 클래스 QuickFix.ByteSizeString

파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ByteSizeString() 공개 메소드

public ByteSizeString ( byte buf, int sz ) : System
buf byte
sz int
리턴 System

ByteSizeString() 공개 메소드

public ByteSizeString ( byte buf, int pos, int sz ) : System
buf byte
pos int
sz int
리턴 System

GetNextTag() 공개 메소드

public GetNextTag ( int &pos ) : int
pos int
리턴 int

GetNextValue() 공개 메소드

public GetNextValue ( int &pos ) : ByteSizeString
pos int
리턴 ByteSizeString

IndexOf() 공개 메소드

public IndexOf ( byte nextchar, int pos ) : int
nextchar byte
pos int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string