Class: Quickfix::MarketDisruptionFallbackUnderlierSecurityIDSource

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

Instance Method Summary collapse

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