Class: Quickfix::MatchExceptionElementType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MatchExceptionElementType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionElementType
constructor
A new instance of MatchExceptionElementType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionElementType
Returns a new instance of MatchExceptionElementType.
76719 76720 76721 76722 76723 76724 76725 |
# File 'lib/quickfix_fields.rb', line 76719 def initialize(data = nil) if( data == nil ) super(2774) else super(2774, data) end end |
Class Method Details
.field ⇒ Object
76716 76717 76718 |
# File 'lib/quickfix_fields.rb', line 76716 def MatchExceptionElementType.field return 2774 end |