Class: Quickfix::NoUnderlyingComplexEventPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventPeriods
constructor
A new instance of NoUnderlyingComplexEventPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventPeriods
Returns a new instance of NoUnderlyingComplexEventPeriods.
52240 52241 52242 52243 52244 52245 52246 |
# File 'lib/quickfix_fields.rb', line 52240 def initialize(data = nil) if( data == nil ) super(41729) else super(41729, data) end end |
Class Method Details
.field ⇒ Object
52237 52238 52239 |
# File 'lib/quickfix_fields.rb', line 52237 def NoUnderlyingComplexEventPeriods.field return 41729 end |