Class: Quickfix::OptionExerciseFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseFrequencyPeriod

Returns a new instance of OptionExerciseFrequencyPeriod.



43829
43830
43831
43832
43833
43834
43835
# File 'lib/quickfix_fields.rb', line 43829

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