Class: Quickfix::MarketDisruptionValue

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

Returns a new instance of MarketDisruptionValue.



57973
57974
57975
57976
57977
57978
57979
# File 'lib/quickfix_fields.rb', line 57973

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

Class Method Details

.fieldObject



57970
57971
57972
# File 'lib/quickfix_fields.rb', line 57970

def MarketDisruptionValue.field
  return 40991
end