Class: Quickfix::UnderlyingExtraordinaryEventValue

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

Returns a new instance of UnderlyingExtraordinaryEventValue.



72234
72235
72236
72237
72238
72239
72240
# File 'lib/quickfix_fields.rb', line 72234

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

Class Method Details

.fieldObject



72231
72232
72233
# File 'lib/quickfix_fields.rb', line 72231

def UnderlyingExtraordinaryEventValue.field
  return 42886
end