Class: Quickfix::ExtraordinaryEventValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ExtraordinaryEventValue

Returns a new instance of ExtraordinaryEventValue.



64434
64435
64436
64437
64438
64439
64440
# File 'lib/quickfix_fields.rb', line 64434

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

Class Method Details

.fieldObject



64431
64432
64433
# File 'lib/quickfix_fields.rb', line 64431

def ExtraordinaryEventValue.field
	return 42298
end