Class: Quickfix::UnderlyingOptionExerciseFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseFrequencyPeriod

Returns a new instance of UnderlyingOptionExerciseFrequencyPeriod.



53813
53814
53815
53816
53817
53818
53819
# File 'lib/quickfix_fields.rb', line 53813

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