Class: Quickfix::UnderlyingProvisionOptionExerciseStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseStartDateUnadjusted

Returns a new instance of UnderlyingProvisionOptionExerciseStartDateUnadjusted.



59390
59391
59392
59393
59394
59395
59396
# File 'lib/quickfix_fields.rb', line 59390

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