Class: Quickfix::LegProvisionOptionExerciseStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseStartDateOffsetPeriod

Returns a new instance of LegProvisionOptionExerciseStartDateOffsetPeriod.



33585
33586
33587
33588
33589
33590
33591
# File 'lib/quickfix_fields.rb', line 33585

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