Class: Quickfix::UnderlyingPaymentStubIndexRateSpread

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

Returns a new instance of UnderlyingPaymentStubIndexRateSpread.



36640
36641
36642
36643
36644
36645
36646
# File 'lib/quickfix_fields.rb', line 36640

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

Class Method Details

.fieldObject



36637
36638
36639
# File 'lib/quickfix_fields.rb', line 36637

def UnderlyingPaymentStubIndexRateSpread.field
  return 40719
end