C# 클래스 QuickFix.TagException

Base class for tag-related errors
상속: QuickFIXException
파일 보기 프로젝트 열기: kennystone/quickfixn

공개 프로퍼티들

프로퍼티 타입 설명
field int
sessionRejectReason FixValues.SessionRejectReason

공개 메소드들

메소드 설명
TagException ( int field, FixValues reason )
TagException ( int field, FixValues reason, System innerException )
TagException ( string msg, int field )

메소드 상세

TagException() 공개 메소드

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

TagException() 공개 메소드

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

TagException() 공개 메소드

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

프로퍼티 상세

field 공개적으로 프로퍼티

public int field
리턴 int

sessionRejectReason 공개적으로 프로퍼티

public FixValues.SessionRejectReason sessionRejectReason
리턴 FixValues.SessionRejectReason