Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRateSellSide

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

Returns a new instance of UnderlyingPaymentStreamCompoundingCapRateSellSide.



73053
73054
73055
73056
73057
73058
73059
# File 'lib/quickfix_fields.rb', line 73053

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

Class Method Details

.fieldObject



73050
73051
73052
# File 'lib/quickfix_fields.rb', line 73050

def UnderlyingPaymentStreamCompoundingCapRateSellSide.field
  return 42932
end