Class: Quickfix::NoComplexEventCreditEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoComplexEventCreditEvents

Returns a new instance of NoComplexEventCreditEvents.



40735
40736
40737
40738
40739
40740
40741
# File 'lib/quickfix_fields.rb', line 40735

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