Class: Quickfix::NoMatchExceptions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMatchExceptions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchExceptions
constructor
A new instance of NoMatchExceptions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMatchExceptions
Returns a new instance of NoMatchExceptions.
76693 76694 76695 76696 76697 76698 76699 |
# File 'lib/quickfix_fields.rb', line 76693 def initialize(data = nil) if( data == nil ) super(2772) else super(2772, data) end end |
Class Method Details
.field ⇒ Object
76690 76691 76692 |
# File 'lib/quickfix_fields.rb', line 76690 def NoMatchExceptions.field return 2772 end |