C# Класс QuickFix.TagException

Base class for tag-related errors
Наследование: QuickFIXException
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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