Class: Quickfix::PaymentStreamFinalRatePrecision

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFinalRatePrecision



37758
37759
37760
37761
37762
37763
37764
# File 'lib/quickfix_fields.rb', line 37758

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

Class Method Details

.fieldObject



37755
37756
37757
# File 'lib/quickfix_fields.rb', line 37755

def PaymentStreamFinalRatePrecision.field
  return 40805
end