Class: Quickfix::LegMarketDisruptionFallbackValue

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

Returns a new instance of LegMarketDisruptionFallbackValue.



57960
57961
57962
57963
57964
57965
57966
# File 'lib/quickfix_fields.rb', line 57960

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

Class Method Details

.fieldObject



57957
57958
57959
# File 'lib/quickfix_fields.rb', line 57957

def LegMarketDisruptionFallbackValue.field
  return 40990
end