Class: Quickfix::LegPaymentStubIndex2RateMultiplier

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

Returns a new instance of LegPaymentStubIndex2RateMultiplier.



33039
33040
33041
33042
33043
33044
33045
# File 'lib/quickfix_fields.rb', line 33039

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

Class Method Details

.fieldObject



33036
33037
33038
# File 'lib/quickfix_fields.rb', line 33036

def LegPaymentStubIndex2RateMultiplier.field
  return 40442
end