Class: Quickfix::MarketDisruptionFallbackUnderlierSecurityIDSource

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

Returns a new instance of MarketDisruptionFallbackUnderlierSecurityIDSource.



43504
43505
43506
43507
43508
43509
43510
# File 'lib/quickfix_fields.rb', line 43504

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

Class Method Details

.fieldObject



43501
43502
43503
# File 'lib/quickfix_fields.rb', line 43501

def MarketDisruptionFallbackUnderlierSecurityIDSource.field
  return 41099
end