Class: Quickfix::LegPaymentStreamCompoundingFixedRate

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

Returns a new instance of LegPaymentStreamCompoundingFixedRate.



65955
65956
65957
65958
65959
65960
65961
# File 'lib/quickfix_fields.rb', line 65955

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

Class Method Details

.fieldObject



65952
65953
65954
# File 'lib/quickfix_fields.rb', line 65952

def LegPaymentStreamCompoundingFixedRate.field
  return 42404
end