Class: Quickfix::NoComplexEventDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoComplexEventDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventDates
constructor
A new instance of NoComplexEventDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventDates
Returns a new instance of NoComplexEventDates.
19727 19728 19729 19730 19731 19732 19733 |
# File 'lib/quickfix_fields.rb', line 19727 def initialize(data = nil) if( data == nil ) super(1491) else super(1491, data) end end |
Class Method Details
.field ⇒ Object
19724 19725 19726 |
# File 'lib/quickfix_fields.rb', line 19724 def NoComplexEventDates.field return 1491 end |