Class: Quickfix::ProvisionOptionExerciseFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseFrequencyPeriod

Returns a new instance of ProvisionOptionExerciseFrequencyPeriod.



28957
28958
28959
28960
28961
28962
28963
# File 'lib/quickfix_fields.rb', line 28957

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