Class: Quickfix::UnderlyingMarketDisruptionFallbackValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackValue



58038
58039
58040
58041
58042
58043
58044
# File 'lib/quickfix_fields.rb', line 58038

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