Class: Quickfix::PaymentStubIndex2CapRate

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

Returns a new instance of PaymentStubIndex2CapRate.



38993
38994
38995
38996
38997
38998
38999
# File 'lib/quickfix_fields.rb', line 38993

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

Class Method Details

.fieldObject



38990
38991
38992
# File 'lib/quickfix_fields.rb', line 38990

def PaymentStubIndex2CapRate.field
  return 40900
end