C# Class QuickFix.UnsupportedVersion

Version of FIX is not supported
Inheritance: QuickFIXException
Afficher le fichier Open project: kennystone/quickfixn

Méthodes publiques

Méthode Description
UnsupportedVersion ( )
UnsupportedVersion ( string msg )
UnsupportedVersion ( string msg, System innerException )

Method Details

UnsupportedVersion() public méthode

public UnsupportedVersion ( )

UnsupportedVersion() public méthode

public UnsupportedVersion ( string msg )
msg string

UnsupportedVersion() public méthode

public UnsupportedVersion ( string msg, System innerException )
msg string
innerException System