C# Class QuickFix.UnsupportedVersion

Version of FIX is not supported
Inheritance: QuickFIXException
Show file Open project: kennystone/quickfixn

Public Methods

Method Description
UnsupportedVersion ( )
UnsupportedVersion ( string msg )
UnsupportedVersion ( string msg, System innerException )

Method Details

UnsupportedVersion() public method

public UnsupportedVersion ( )

UnsupportedVersion() public method

public UnsupportedVersion ( string msg )
msg string

UnsupportedVersion() public method

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