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