Class: Quickfix::MatchExceptionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MatchExceptionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionType
constructor
A new instance of MatchExceptionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionType
Returns a new instance of MatchExceptionType.
76706 76707 76708 76709 76710 76711 76712 |
# File 'lib/quickfix_fields.rb', line 76706 def initialize(data = nil) if( data == nil ) super(2773) else super(2773, data) end end |
Class Method Details
.field ⇒ Object
76703 76704 76705 |
# File 'lib/quickfix_fields.rb', line 76703 def MatchExceptionType.field return 2773 end |