Class: Quickfix::NoUnderlyingProtectionTermEventNewsSources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



58997
58998
58999
# File 'lib/quickfix_fields.rb', line 58997

def NoUnderlyingProtectionTermEventNewsSources.field
	return 42090
end