Class: Quickfix::LegPaymentStubIndex2FloorRate

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

Returns a new instance of LegPaymentStubIndex2FloorRate.



33104
33105
33106
33107
33108
33109
33110
# File 'lib/quickfix_fields.rb', line 33104

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

Class Method Details

.fieldObject



33101
33102
33103
# File 'lib/quickfix_fields.rb', line 33101

def LegPaymentStubIndex2FloorRate.field
  return 40447
end