Class: Quickfix::UnderlyingSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityAltID

Returns a new instance of UnderlyingSecurityAltID.



6363
6364
6365
6366
6367
6368
6369
# File 'lib/quickfix_fields.rb', line 6363

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