Class: Quickfix::LegMarketDisruptionFallbackUnderlierSecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMarketDisruptionFallbackUnderlierSecurityID

Returns a new instance of LegMarketDisruptionFallbackUnderlierSecurityID.



48938
48939
48940
48941
48942
48943
48944
# File 'lib/quickfix_fields.rb', line 48938

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