Class: Quickfix::NoUnderlyingSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



6350
6351
6352
6353
6354
6355
6356
# File 'lib/quickfix_fields.rb', line 6350

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

Class Method Details

.fieldObject



6347
6348
6349
# File 'lib/quickfix_fields.rb', line 6347

def NoUnderlyingSecurityAltID.field
  return 457
end