Class: Quickfix::NoMatchRules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMatchRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchRules
constructor
A new instance of NoMatchRules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMatchRules
Returns a new instance of NoMatchRules.
16425 16426 16427 16428 16429 16430 16431 |
# File 'lib/quickfix_fields.rb', line 16425 def initialize(data = nil) if( data == nil ) super(1235) else super(1235, data) end end |
Class Method Details
.field ⇒ Object
16422 16423 16424 |
# File 'lib/quickfix_fields.rb', line 16422 def NoMatchRules.field return 1235 end |