Class: Quickfix::LegComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventValue
constructor
A new instance of LegComplexEventCreditEventValue.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventValue
Returns a new instance of LegComplexEventCreditEventValue.
47014 47015 47016 47017 47018 47019 47020 |
# File 'lib/quickfix_fields.rb', line 47014 def initialize(data = nil) if( data == nil ) super(41368) else super(41368, data) end end |