Class: Quickfix::NoReferenceDataDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoReferenceDataDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoReferenceDataDates
constructor
A new instance of NoReferenceDataDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoReferenceDataDates
Returns a new instance of NoReferenceDataDates.
76238 76239 76240 76241 76242 76243 76244 |
# File 'lib/quickfix_fields.rb', line 76238 def initialize(data = nil) if( data == nil ) super(2746) else super(2746, data) end end |
Class Method Details
.field ⇒ Object
76235 76236 76237 |
# File 'lib/quickfix_fields.rb', line 76235 def NoReferenceDataDates.field return 2746 end |