Class: Quickfix::LegProvisionOptionExerciseBoundsFirstDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseBoundsFirstDateUnadjusted

Returns a new instance of LegProvisionOptionExerciseBoundsFirstDateUnadjusted.



33650
33651
33652
33653
33654
33655
33656
# File 'lib/quickfix_fields.rb', line 33650

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