Class: Quickfix::ComplexEventCreditEventSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventCreditEventSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventSource
constructor
A new instance of ComplexEventCreditEventSource.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventSource
Returns a new instance of ComplexEventCreditEventSource.
41164 41165 41166 41167 41168 41169 41170 |
# File 'lib/quickfix_fields.rb', line 41164 def initialize(data = nil) if( data == nil ) super(41030) else super(41030, data) end end |