Class: Quickfix::LegMarketDisruptionFallbackValue

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

Instance Method Summary collapse

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