Class: Quickfix::MatchExceptionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MatchExceptionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionType
constructor
A new instance of MatchExceptionType.
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionType
Returns a new instance of MatchExceptionType.
76706 76707 76708 76709 76710 76711 76712 |
# File 'lib/quickfix_fields.rb', line 76706 def initialize(data = nil) if( data == nil ) super(2773) else super(2773, data) end end |