Class: Quickfix::InstrumentScopeSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecurityAltID



20715
20716
20717
20718
20719
20720
20721
# File 'lib/quickfix_fields.rb', line 20715

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