Class: Quickfix::LegPaymentStubIndex2RateSpread

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

Returns a new instance of LegPaymentStubIndex2RateSpread.



33052
33053
33054
33055
33056
33057
33058
# File 'lib/quickfix_fields.rb', line 33052

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

Class Method Details

.fieldObject



33049
33050
33051
# File 'lib/quickfix_fields.rb', line 33049

def LegPaymentStubIndex2RateSpread.field
  return 40443
end