Class: Quickfix::LegPaymentStreamFloorRate

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

Returns a new instance of LegPaymentStreamFloorRate.



31739
31740
31741
31742
31743
31744
31745
# File 'lib/quickfix_fields.rb', line 31739

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

Class Method Details

.fieldObject



31736
31737
31738
# File 'lib/quickfix_fields.rb', line 31736

def LegPaymentStreamFloorRate.field
  return 40342
end