Class: Quickfix::UnderlyingComplexEventCreditEventRateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventCreditEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventRateSource
constructor
A new instance of UnderlyingComplexEventCreditEventRateSource.
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 |