Class: Quickfix::NoReferenceDataDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoReferenceDataDates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoReferenceDataDates
constructor
A new instance of NoReferenceDataDates.
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 |