Class: Quickfix::MarketDisruptionFallbackValue

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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