Class: Quickfix::NoUnderlyingMarketDisruptionEvents

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) ⇒ NoUnderlyingMarketDisruptionEvents

Returns a new instance of NoUnderlyingMarketDisruptionEvents.



54515
54516
54517
54518
54519
54520
54521
# File 'lib/quickfix_fields.rb', line 54515

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

Class Method Details

.fieldObject



54512
54513
54514
# File 'lib/quickfix_fields.rb', line 54512

def NoUnderlyingMarketDisruptionEvents.field
	return 41864
end