Class: Quickfix::LegPaymentStreamCapRateBuySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCapRateBuySide

Returns a new instance of LegPaymentStreamCapRateBuySide.



31713
31714
31715
31716
31717
31718
31719
# File 'lib/quickfix_fields.rb', line 31713

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

Class Method Details

.fieldObject



31710
31711
31712
# File 'lib/quickfix_fields.rb', line 31710

def LegPaymentStreamCapRateBuySide.field
  return 40340
end