Class: Quickfix::UnderlyingProvisionOptionExerciseEarliestTimeBusinessCenter

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

Returns a new instance of UnderlyingProvisionOptionExerciseEarliestTimeBusinessCenter.



59520
59521
59522
59523
59524
59525
59526
# File 'lib/quickfix_fields.rb', line 59520

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

Class Method Details

.fieldObject



59517
59518
59519
# File 'lib/quickfix_fields.rb', line 59517

def UnderlyingProvisionOptionExerciseEarliestTimeBusinessCenter.field
	return 42130
end