Class: Quickfix::LegProvisionOptionExerciseStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseStartDateUnadjusted

Returns a new instance of LegProvisionOptionExerciseStartDateUnadjusted.



33559
33560
33561
33562
33563
33564
33565
# File 'lib/quickfix_fields.rb', line 33559

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