Class: Quickfix::LegPaymentStubIndexFloorRate

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

Returns a new instance of LegPaymentStubIndexFloorRate.



32948
32949
32950
32951
32952
32953
32954
# File 'lib/quickfix_fields.rb', line 32948

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

Class Method Details

.fieldObject



32945
32946
32947
# File 'lib/quickfix_fields.rb', line 32945

def LegPaymentStubIndexFloorRate.field
  return 40435
end