Class: Quickfix::UnderlyingPaymentStreamCompoundingFloorRateSellSide

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

Returns a new instance of UnderlyingPaymentStreamCompoundingFloorRateSellSide.



73092
73093
73094
73095
73096
73097
73098
# File 'lib/quickfix_fields.rb', line 73092

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

Class Method Details

.fieldObject



73089
73090
73091
# File 'lib/quickfix_fields.rb', line 73089

def UnderlyingPaymentStreamCompoundingFloorRateSellSide.field
  return 42935
end