Class: Quickfix::MarketDisruptionFallbackValue

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

Returns a new instance of MarketDisruptionFallbackValue.



57986
57987
57988
57989
57990
57991
57992
# File 'lib/quickfix_fields.rb', line 57986

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

Class Method Details

.fieldObject



57983
57984
57985
# File 'lib/quickfix_fields.rb', line 57983

def MarketDisruptionFallbackValue.field
  return 40992
end