Class: Quickfix::UnderlyingSecurityAltIDSource

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) ⇒ UnderlyingSecurityAltIDSource

Returns a new instance of UnderlyingSecurityAltIDSource.



6376
6377
6378
6379
6380
6381
6382
# File 'lib/quickfix_fields.rb', line 6376

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

Class Method Details

.fieldObject



6373
6374
6375
# File 'lib/quickfix_fields.rb', line 6373

def UnderlyingSecurityAltIDSource.field
  return 459
end