Class: Quickfix::UnderlyingPaymentStreamInitialRate

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

Returns a new instance of UnderlyingPaymentStreamInitialRate.



35535
35536
35537
35538
35539
35540
35541
# File 'lib/quickfix_fields.rb', line 35535

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

Class Method Details

.fieldObject



35532
35533
35534
# File 'lib/quickfix_fields.rb', line 35532

def UnderlyingPaymentStreamInitialRate.field
  return 40634
end