Class: Quickfix::ComplexEventCreditEventUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCreditEventUnit

Returns a new instance of ComplexEventCreditEventUnit.



40800
40801
40802
40803
40804
40805
40806
# File 'lib/quickfix_fields.rb', line 40800

def initialize(data = nil)
  if( data == nil )
    super(41002)
  else
    super(41002, data)
  end
end