Class: Quickfix::UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted

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) ⇒ UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted

Returns a new instance of UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.



59481
59482
59483
59484
59485
59486
59487
# File 'lib/quickfix_fields.rb', line 59481

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

Class Method Details

.fieldObject



59478
59479
59480
# File 'lib/quickfix_fields.rb', line 59478

def UnderlyingProvisionOptionExerciseBoundsFirstDateUnadjusted.field
	return 42127
end