Class: Quickfix::NoUnderlyingExtraordinaryEvents

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

Returns a new instance of NoUnderlyingExtraordinaryEvents.



72208
72209
72210
72211
72212
72213
72214
# File 'lib/quickfix_fields.rb', line 72208

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

Class Method Details

.fieldObject



72205
72206
72207
# File 'lib/quickfix_fields.rb', line 72205

def NoUnderlyingExtraordinaryEvents.field
	return 42884
end