Class: Quickfix::UnderlyingComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventValue
constructor
A new instance of UnderlyingComplexEventCreditEventValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventValue
Returns a new instance of UnderlyingComplexEventCreditEventValue.
52097 52098 52099 52100 52101 52102 52103 |
# File 'lib/quickfix_fields.rb', line 52097 def initialize(data = nil) if( data == nil ) super(41718) else super(41718, data) end end |