Class: Quickfix::UnderlyingComplexEventCreditEventType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCreditEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventType
constructor
A new instance of UnderlyingComplexEventCreditEventType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventType
Returns a new instance of UnderlyingComplexEventCreditEventType.
52084 52085 52086 52087 52088 52089 52090 |
# File 'lib/quickfix_fields.rb', line 52084 def initialize(data = nil) if( data == nil ) super(41717) else super(41717, data) end end |