Class: Quickfix::UnderlyingComplexEventPeriodType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventPeriodType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodType
constructor
A new instance of UnderlyingComplexEventPeriodType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodType
Returns a new instance of UnderlyingComplexEventPeriodType.
52253 52254 52255 52256 52257 52258 52259 |
# File 'lib/quickfix_fields.rb', line 52253 def initialize(data = nil) if( data == nil ) super(41730) else super(41730, data) end end |
Class Method Details
.field ⇒ Object
52250 52251 52252 |
# File 'lib/quickfix_fields.rb', line 52250 def UnderlyingComplexEventPeriodType.field return 41730 end |