Class: Quickfix::ComplexEventCreditEventValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventCreditEventValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventValue
constructor
A new instance of ComplexEventCreditEventValue.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventValue
Returns a new instance of ComplexEventCreditEventValue.
40761 40762 40763 40764 40765 40766 40767 |
# File 'lib/quickfix_fields.rb', line 40761 def initialize(data = nil) if( data == nil ) super(40999) else super(40999, data) end end |