Class: Quickfix::LegPaymentStreamRateSpread

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

Returns a new instance of LegPaymentStreamRateSpread.



31661
31662
31663
31664
31665
31666
31667
# File 'lib/quickfix_fields.rb', line 31661

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

Class Method Details

.fieldObject



31658
31659
31660
# File 'lib/quickfix_fields.rb', line 31658

def LegPaymentStreamRateSpread.field
  return 40336
end