Class: Quickfix::NoUnderlyingProtectionTermEventNewsSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEventNewsSources

Returns a new instance of NoUnderlyingProtectionTermEventNewsSources.



59000
59001
59002
59003
59004
59005
59006
# File 'lib/quickfix_fields.rb', line 59000

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