Class: Quickfix::UnderlyingMarketDisruptionFallbackValue

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

Returns a new instance of 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

Class Method Details

.fieldObject



58035
58036
58037
# File 'lib/quickfix_fields.rb', line 58035

def UnderlyingMarketDisruptionFallbackValue.field
  return 41339
end