Class: Quickfix::UnderlyingComplexEventCreditEventPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventCreditEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventPeriod
constructor
A new instance of UnderlyingComplexEventCreditEventPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventPeriod
Returns a new instance of UnderlyingComplexEventCreditEventPeriod.
52123 52124 52125 52126 52127 52128 52129 |
# File 'lib/quickfix_fields.rb', line 52123 def initialize(data = nil) if( data == nil ) super(41720) else super(41720, data) end end |
Class Method Details
.field ⇒ Object
52120 52121 52122 |
# File 'lib/quickfix_fields.rb', line 52120 def .field return 41720 end |