Class: Quickfix::LegComplexEventPeriodType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventPeriodType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPeriodType
constructor
A new instance of LegComplexEventPeriodType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventPeriodType
Returns a new instance of LegComplexEventPeriodType.
47170 47171 47172 47173 47174 47175 47176 |
# File 'lib/quickfix_fields.rb', line 47170 def initialize(data = nil) if( data == nil ) super(41380) else super(41380, data) end end |
Class Method Details
.field ⇒ Object
47167 47168 47169 |
# File 'lib/quickfix_fields.rb', line 47167 def LegComplexEventPeriodType.field return 41380 end |