Class: Quickfix::ProvisionOptionExerciseStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseStartDateUnadjusted

Returns a new instance of ProvisionOptionExerciseStartDateUnadjusted.



28983
28984
28985
28986
28987
28988
28989
# File 'lib/quickfix_fields.rb', line 28983

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