Class: Quickfix::EncodedUnderlyingAdditionalTermBondDesc

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

Returns a new instance of EncodedUnderlyingAdditionalTermBondDesc.



58116
58117
58118
58119
58120
58121
58122
# File 'lib/quickfix_fields.rb', line 58116

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

Class Method Details

.fieldObject



58113
58114
58115
# File 'lib/quickfix_fields.rb', line 58113

def EncodedUnderlyingAdditionalTermBondDesc.field
  return 41711
end