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