Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
QuickFix
Fields
IField
C# Class QuickFix.Fields.IField
Interface for all field classes
Datei anzeigen
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