Class: Quickfix::PaymentStubIndexFloorRate

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



38850
38851
38852
38853
38854
38855
38856
# File 'lib/quickfix_fields.rb', line 38850

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

Class Method Details

.fieldObject



38847
38848
38849
# File 'lib/quickfix_fields.rb', line 38847

def PaymentStubIndexFloorRate.field
  return 40889
end