Class: Quickfix::LegComplexEventScheduleFrequencyPeriod

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) ⇒ LegComplexEventScheduleFrequencyPeriod

Returns a new instance of LegComplexEventScheduleFrequencyPeriod.



47950
47951
47952
47953
47954
47955
47956
# File 'lib/quickfix_fields.rb', line 47950

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

Class Method Details

.fieldObject



47947
47948
47949
# File 'lib/quickfix_fields.rb', line 47947

def LegComplexEventScheduleFrequencyPeriod.field
	return 41403
end