Class: Quickfix::LegComplexEventCreditEventValue

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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