Class: Quickfix::UnderlyingProtectionTermEventUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventUnit

Returns a new instance of UnderlyingProtectionTermEventUnit.



58896
58897
58898
58899
58900
58901
58902
# File 'lib/quickfix_fields.rb', line 58896

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