C# Class QuickFix.TagException

Base class for tag-related errors
Inheritance: QuickFIXException
ファイルを表示 Open project: kennystone/quickfixn

Public Properties

Property Type Description
field int
sessionRejectReason FixValues.SessionRejectReason

Public Methods

Method Description
TagException ( int field, FixValues reason )
TagException ( int field, FixValues reason, System innerException )
TagException ( string msg, int field )

Method Details

TagException() public method

public TagException ( int field, FixValues reason )
field int
reason FixValues

TagException() public method

public TagException ( int field, FixValues reason, System innerException )
field int
reason FixValues
innerException System

TagException() public method

public TagException ( string msg, int field )
msg string
field int

Property Details

field public_oe property

public int field
return int

sessionRejectReason public_oe property

public FixValues.SessionRejectReason sessionRejectReason
return FixValues.SessionRejectReason