Class: Quickfix::MatchingDataPointType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MatchingDataPointType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchingDataPointType
constructor
A new instance of MatchingDataPointType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MatchingDataPointType
Returns a new instance of MatchingDataPointType.
76849 76850 76851 76852 76853 76854 76855 |
# File 'lib/quickfix_fields.rb', line 76849 def initialize(data = nil) if( data == nil ) super(2784) else super(2784, data) end end |
Class Method Details
.field ⇒ Object
76846 76847 76848 |
# File 'lib/quickfix_fields.rb', line 76846 def MatchingDataPointType.field return 2784 end |