Class: Quickfix::NoComplexEventPeriods

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoComplexEventPeriods

Returns a new instance of NoComplexEventPeriods.



40904
40905
40906
40907
40908
40909
40910
# File 'lib/quickfix_fields.rb', line 40904

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