Class: Quickfix::LegProtectionTermEventMinimumSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventMinimumSources

Returns a new instance of LegProtectionTermEventMinimumSources.



50875
50876
50877
50878
50879
50880
50881
# File 'lib/quickfix_fields.rb', line 50875

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