Class: Quickfix::UnderlyingProtectionTermEventRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventRateSource

Returns a new instance of UnderlyingProtectionTermEventRateSource.



58922
58923
58924
58925
58926
58927
58928
# File 'lib/quickfix_fields.rb', line 58922

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