Class: Quickfix::MatchingDataPointIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MatchingDataPointIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchingDataPointIndicator
constructor
A new instance of MatchingDataPointIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MatchingDataPointIndicator
Returns a new instance of MatchingDataPointIndicator.
76823 76824 76825 76826 76827 76828 76829 |
# File 'lib/quickfix_fields.rb', line 76823 def initialize(data = nil) if( data == nil ) super(2782) else super(2782, data) end end |
Class Method Details
.field ⇒ Object
76820 76821 76822 |
# File 'lib/quickfix_fields.rb', line 76820 def MatchingDataPointIndicator.field return 2782 end |