Class: Quickfix::PaymentStreamFinalRate

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

Returns a new instance of PaymentStreamFinalRate.



44947
44948
44949
44950
44951
44952
44953
# File 'lib/quickfix_fields.rb', line 44947

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

Class Method Details

.fieldObject



44944
44945
44946
# File 'lib/quickfix_fields.rb', line 44944

def PaymentStreamFinalRate.field
  return 41208
end