Class: Quickfix::NoMatchInst
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMatchInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchInst
constructor
A new instance of NoMatchInst.
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 |