Class: Quickfix::UnderlyingPaymentStubIndexFloorRate

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



36718
36719
36720
36721
36722
36723
36724
# File 'lib/quickfix_fields.rb', line 36718

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

Class Method Details

.fieldObject



36715
36716
36717
# File 'lib/quickfix_fields.rb', line 36715

def UnderlyingPaymentStubIndexFloorRate.field
  return 40725
end