Class: Quickfix::UnderlyingMarketDisruptionValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionValue

Returns a new instance of UnderlyingMarketDisruptionValue.



58025
58026
58027
58028
58029
58030
58031
# File 'lib/quickfix_fields.rb', line 58025

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