Class: Quickfix::UnderlyingPaymentStubIndexCapRateBuySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide

Returns a new instance of UnderlyingPaymentStubIndexCapRateBuySide.



36692
36693
36694
36695
36696
36697
36698
# File 'lib/quickfix_fields.rb', line 36692

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

Class Method Details

.fieldObject



36689
36690
36691
# File 'lib/quickfix_fields.rb', line 36689

def UnderlyingPaymentStubIndexCapRateBuySide.field
  return 40723
end