Class: Quickfix::UnderlyingPaymentStubIndexRateMultiplier

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

Returns a new instance of UnderlyingPaymentStubIndexRateMultiplier.



36627
36628
36629
36630
36631
36632
36633
# File 'lib/quickfix_fields.rb', line 36627

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

Class Method Details

.fieldObject



36624
36625
36626
# File 'lib/quickfix_fields.rb', line 36624

def UnderlyingPaymentStubIndexRateMultiplier.field
  return 40718
end