Class: Quickfix::LegProtectionTermEventRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventRateSource

Returns a new instance of LegProtectionTermEventRateSource.



50979
50980
50981
50982
50983
50984
50985
# File 'lib/quickfix_fields.rb', line 50979

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