Class: Quickfix::UnderlyingComplexEventCreditEventDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventCreditEventDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventDayType
constructor
A new instance of UnderlyingComplexEventCreditEventDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventDayType
Returns a new instance of UnderlyingComplexEventCreditEventDayType.
52149 52150 52151 52152 52153 52154 52155 |
# File 'lib/quickfix_fields.rb', line 52149 def initialize(data = nil) if( data == nil ) super(41722) else super(41722, data) end end |
Class Method Details
.field ⇒ Object
52146 52147 52148 |
# File 'lib/quickfix_fields.rb', line 52146 def UnderlyingComplexEventCreditEventDayType.field return 41722 end |