Class: Quickfix::UnderlyingProtectionTermEventValue

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

Returns a new instance of UnderlyingProtectionTermEventValue.



58857
58858
58859
58860
58861
58862
58863
# File 'lib/quickfix_fields.rb', line 58857

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

Class Method Details

.fieldObject



58854
58855
58856
# File 'lib/quickfix_fields.rb', line 58854

def UnderlyingProtectionTermEventValue.field
	return 42079
end