Class: Quickfix::UnderlyingProvisionOptionExerciseEarliestTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseEarliestTime

Returns a new instance of UnderlyingProvisionOptionExerciseEarliestTime.



59507
59508
59509
59510
59511
59512
59513
# File 'lib/quickfix_fields.rb', line 59507

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