Class: Quickfix::NoComplexEventPeriods

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



40901
40902
40903
# File 'lib/quickfix_fields.rb', line 40901

def NoComplexEventPeriods.field
	return 41010
end