Class: Quickfix::NoLegProtectionTermEventNewsSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProtectionTermEventNewsSources

Returns a new instance of NoLegProtectionTermEventNewsSources.



50745
50746
50747
50748
50749
50750
50751
# File 'lib/quickfix_fields.rb', line 50745

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