Class: Quickfix::LegAdditionalTermBondParValue

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

Returns a new instance of LegAdditionalTermBondParValue.



46520
46521
46522
46523
46524
46525
46526
# File 'lib/quickfix_fields.rb', line 46520

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

Class Method Details

.fieldObject



46517
46518
46519
# File 'lib/quickfix_fields.rb', line 46517

def LegAdditionalTermBondParValue.field
  return 41330
end