Class: Quickfix::UnderlyingPaymentStubIndex2FloorRate

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

Returns a new instance of UnderlyingPaymentStubIndex2FloorRate.



36874
36875
36876
36877
36878
36879
36880
# File 'lib/quickfix_fields.rb', line 36874

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

Class Method Details

.fieldObject



36871
36872
36873
# File 'lib/quickfix_fields.rb', line 36871

def UnderlyingPaymentStubIndex2FloorRate.field
  return 40737
end