Class: Quickfix::NoMatchingDataPoints
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMatchingDataPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchingDataPoints
constructor
A new instance of NoMatchingDataPoints.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMatchingDataPoints
Returns a new instance of NoMatchingDataPoints.
76810 76811 76812 76813 76814 76815 76816 |
# File 'lib/quickfix_fields.rb', line 76810 def initialize(data = nil) if( data == nil ) super(2781) else super(2781, data) end end |
Class Method Details
.field ⇒ Object
76807 76808 76809 |
# File 'lib/quickfix_fields.rb', line 76807 def NoMatchingDataPoints.field return 2781 end |