Class: Quickfix::UnderlyingAdditionalTermBondParValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondParValue

Returns a new instance of UnderlyingAdditionalTermBondParValue.



58233
58234
58235
58236
58237
58238
58239
# File 'lib/quickfix_fields.rb', line 58233

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

Class Method Details

.fieldObject



58230
58231
58232
# File 'lib/quickfix_fields.rb', line 58230

def UnderlyingAdditionalTermBondParValue.field
  return 42031
end