Class: Quickfix::NoLegComplexEventPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegComplexEventPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEventPeriods
constructor
A new instance of NoLegComplexEventPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegComplexEventPeriods
Returns a new instance of NoLegComplexEventPeriods.
47157 47158 47159 47160 47161 47162 47163 |
# File 'lib/quickfix_fields.rb', line 47157 def initialize(data = nil) if( data == nil ) super(41379) else super(41379, data) end end |
Class Method Details
.field ⇒ Object
47154 47155 47156 |
# File 'lib/quickfix_fields.rb', line 47154 def NoLegComplexEventPeriods.field return 41379 end |