Class: Quickfix::LegMarketDisruptionFallbackUnderlierSecurityDesc

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

Returns a new instance of LegMarketDisruptionFallbackUnderlierSecurityDesc.



48964
48965
48966
48967
48968
48969
48970
# File 'lib/quickfix_fields.rb', line 48964

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

Class Method Details

.fieldObject



48961
48962
48963
# File 'lib/quickfix_fields.rb', line 48961

def LegMarketDisruptionFallbackUnderlierSecurityDesc.field
  return 41475
end