Class: Quickfix::NoLegComplexEventCreditEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegComplexEventCreditEvents



46988
46989
46990
46991
46992
46993
46994
# File 'lib/quickfix_fields.rb', line 46988

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