Class: Quickfix::UnderlyingComplexEventCreditEventSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCreditEventSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventSource
constructor
A new instance of UnderlyingComplexEventCreditEventSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventSource
Returns a new instance of UnderlyingComplexEventCreditEventSource.
52500 52501 52502 52503 52504 52505 52506 |
# File 'lib/quickfix_fields.rb', line 52500 def initialize(data = nil) if( data == nil ) super(41749) else super(41749, data) end end |