Class: Quickfix::PaymentStubIndexCapRate

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

Returns a new instance of PaymentStubIndexCapRate.



38811
38812
38813
38814
38815
38816
38817
# File 'lib/quickfix_fields.rb', line 38811

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

Class Method Details

.fieldObject



38808
38809
38810
# File 'lib/quickfix_fields.rb', line 38808

def PaymentStubIndexCapRate.field
  return 40886
end