Class: Quickfix::UnderlyingProtectionTermEventBusinessCenter

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

Returns a new instance of UnderlyingProtectionTermEventBusinessCenter.



58779
58780
58781
58782
58783
58784
58785
# File 'lib/quickfix_fields.rb', line 58779

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

Class Method Details

.fieldObject



58776
58777
58778
# File 'lib/quickfix_fields.rb', line 58776

def UnderlyingProtectionTermEventBusinessCenter.field
	return 42073
end