Class: Quickfix::UnderlyingPaymentStubIndexCapRate

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

Returns a new instance of UnderlyingPaymentStubIndexCapRate.



36679
36680
36681
36682
36683
36684
36685
# File 'lib/quickfix_fields.rb', line 36679

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

Class Method Details

.fieldObject



36676
36677
36678
# File 'lib/quickfix_fields.rb', line 36676

def UnderlyingPaymentStubIndexCapRate.field
  return 40722
end