Class: Quickfix::UnderlyingProvisionOptionExerciseEarliestTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



59504
59505
59506
# File 'lib/quickfix_fields.rb', line 59504

def UnderlyingProvisionOptionExerciseEarliestTime.field
	return 42129
end