Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted

Returns a new instance of UnderlyingProvisionOptionExerciseBoundsLastDateUnadjusted.



59494
59495
59496
59497
59498
59499
59500
# File 'lib/quickfix_fields.rb', line 59494

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