Class: Quickfix::UnderlyingMarketDisruptionFallbackUnderlierSecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionFallbackUnderlierSecurityID

Returns a new instance of UnderlyingMarketDisruptionFallbackUnderlierSecurityID.



54593
54594
54595
54596
54597
54598
54599
# File 'lib/quickfix_fields.rb', line 54593

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