Class: Quickfix::MatchInst
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MatchInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchInst
constructor
A new instance of MatchInst.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
19958 19959 19960 |
# File 'lib/quickfix_fields.rb', line 19958 def MatchInst.field return 1625 end |