C# Class QuickFix.Fields.IField

Interface for all field classes
ファイルを表示 Open project: kennystone/quickfixn

Public Methods

Method Description
ToString ( ) : string
getLength ( ) : int
getTotal ( ) : int
toStringField ( ) : string

Method Details

ToString() public abstract method

public abstract ToString ( ) : string
return string

getLength() public abstract method

public abstract getLength ( ) : int
return int

getTotal() public abstract method

public abstract getTotal ( ) : int
return int

toStringField() public abstract method

public abstract toStringField ( ) : string
return string