Class: Quickfix::NoProtectionTermEventNewsSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoProtectionTermEventNewsSources

Returns a new instance of NoProtectionTermEventNewsSources.



39617
39618
39619
39620
39621
39622
39623
# File 'lib/quickfix_fields.rb', line 39617

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