Class: Quickfix::UnderlyingPaymentStubIndex2RateMultiplier

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



36809
36810
36811
36812
36813
36814
36815
# File 'lib/quickfix_fields.rb', line 36809

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

Class Method Details

.fieldObject



36806
36807
36808
# File 'lib/quickfix_fields.rb', line 36806

def UnderlyingPaymentStubIndex2RateMultiplier.field
  return 40732
end