Class: Quickfix::NoMatchInst
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMatchInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchInst
constructor
A new instance of NoMatchInst.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMatchInst
Returns a new instance of NoMatchInst.
19948 19949 19950 19951 19952 19953 19954 |
# File 'lib/quickfix_fields.rb', line 19948 def initialize(data = nil) if( data == nil ) super(1624) else super(1624, data) end end |
Class Method Details
.field ⇒ Object
19945 19946 19947 |
# File 'lib/quickfix_fields.rb', line 19945 def NoMatchInst.field return 1624 end |