Class: Quickfix::UnderlyingProvisionOptionExerciseLatestTimeBusinessCenter

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

Returns a new instance of UnderlyingProvisionOptionExerciseLatestTimeBusinessCenter.



59546
59547
59548
59549
59550
59551
59552
# File 'lib/quickfix_fields.rb', line 59546

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

Class Method Details

.fieldObject



59543
59544
59545
# File 'lib/quickfix_fields.rb', line 59543

def UnderlyingProvisionOptionExerciseLatestTimeBusinessCenter.field
	return 42132
end