Class: Quickfix::ComplexEventCreditEventType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventCreditEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventType
constructor
A new instance of ComplexEventCreditEventType.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventType
Returns a new instance of ComplexEventCreditEventType.
40748 40749 40750 40751 40752 40753 40754 |
# File 'lib/quickfix_fields.rb', line 40748 def initialize(data = nil) if( data == nil ) super(40998) else super(40998, data) end end |