Class: Quickfix::UnderlyingComplexEventCreditEventRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventCreditEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventRateSource
constructor
A new instance of UnderlyingComplexEventCreditEventRateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventRateSource
Returns a new instance of UnderlyingComplexEventCreditEventRateSource.
52162 52163 52164 52165 52166 52167 52168 |
# File 'lib/quickfix_fields.rb', line 52162 def initialize(data = nil) if( data == nil ) super(41723) else super(41723, data) end end |
Class Method Details
.field ⇒ Object
52159 52160 52161 |
# File 'lib/quickfix_fields.rb', line 52159 def .field return 41723 end |