Method: Quickfix::SecurityAltID#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ SecurityAltID

Returns a new instance of SecurityAltID.



3880
3881
3882
3883
3884
3885
3886
# File 'lib/quickfix_fields.rb', line 3880

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