Class: Quickfix::UnderlyingAdditionalTermBondDesc

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

Returns a new instance of UnderlyingAdditionalTermBondDesc.



58090
58091
58092
58093
58094
58095
58096
# File 'lib/quickfix_fields.rb', line 58090

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

Class Method Details

.fieldObject



58087
58088
58089
# File 'lib/quickfix_fields.rb', line 58087

def UnderlyingAdditionalTermBondDesc.field
  return 41709
end