Class: Quickfix::UnderlyingMarketDisruptionValue

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

Returns a new instance of UnderlyingMarketDisruptionValue.



58025
58026
58027
58028
58029
58030
58031
# File 'lib/quickfix_fields.rb', line 58025

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

Class Method Details

.fieldObject



58022
58023
58024
# File 'lib/quickfix_fields.rb', line 58022

def UnderlyingMarketDisruptionValue.field
  return 41338
end