Class: Quickfix::PaymentStreamCompoundingFixedRate

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

Returns a new instance of PaymentStreamCompoundingFixedRate.



68529
68530
68531
68532
68533
68534
68535
# File 'lib/quickfix_fields.rb', line 68529

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

Class Method Details

.fieldObject



68526
68527
68528
# File 'lib/quickfix_fields.rb', line 68526

def PaymentStreamCompoundingFixedRate.field
  return 42605
end