Class: Quickfix::UnderlyingProtectionTermEventMinimumSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventMinimumSources

Returns a new instance of UnderlyingProtectionTermEventMinimumSources.



58805
58806
58807
58808
58809
58810
58811
# File 'lib/quickfix_fields.rb', line 58805

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