Class: Quickfix::UnderlyingProtectionTermEventValue

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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