Class: Quickfix::UnderlyingSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



6360
6361
6362
# File 'lib/quickfix_fields.rb', line 6360

def UnderlyingSecurityAltID.field
  return 458
end