Class: Quickfix::PaymentStreamRateConversionFactor

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

Returns a new instance of PaymentStreamRateConversionFactor.



44908
44909
44910
44911
44912
44913
44914
# File 'lib/quickfix_fields.rb', line 44908

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

Class Method Details

.fieldObject



44905
44906
44907
# File 'lib/quickfix_fields.rb', line 44905

def PaymentStreamRateConversionFactor.field
  return 41205
end