Class: Quickfix::LegPaymentStreamCapRate

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

Returns a new instance of LegPaymentStreamCapRate.



31700
31701
31702
31703
31704
31705
31706
# File 'lib/quickfix_fields.rb', line 31700

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

Class Method Details

.fieldObject



31697
31698
31699
# File 'lib/quickfix_fields.rb', line 31697

def LegPaymentStreamCapRate.field
  return 40339
end