Class: Quickfix::NoLegComplexEventDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegComplexEventDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEventDates
constructor
A new instance of NoLegComplexEventDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegComplexEventDates
Returns a new instance of NoLegComplexEventDates.
47833 47834 47835 47836 47837 47838 47839 |
# File 'lib/quickfix_fields.rb', line 47833 def initialize(data = nil) if( data == nil ) super(2250) else super(2250, data) end end |
Class Method Details
.field ⇒ Object
47830 47831 47832 |
# File 'lib/quickfix_fields.rb', line 47830 def NoLegComplexEventDates.field return 2250 end |