Class: Quickfix::MatchInst
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MatchInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchInst
constructor
A new instance of MatchInst.
Constructor Details
#initialize(data = nil) ⇒ MatchInst
Returns a new instance of MatchInst.
19961 19962 19963 19964 19965 19966 19967 |
# File 'lib/quickfix_fields.rb', line 19961 def initialize(data = nil) if( data == nil ) super(1625) else super(1625, data) end end |