Class: Quickfix::UnderlyingPaymentStreamCompoundingFloorRateBuySide

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

Returns a new instance of UnderlyingPaymentStreamCompoundingFloorRateBuySide.



73079
73080
73081
73082
73083
73084
73085
# File 'lib/quickfix_fields.rb', line 73079

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

Class Method Details

.fieldObject



73076
73077
73078
# File 'lib/quickfix_fields.rb', line 73076

def UnderlyingPaymentStreamCompoundingFloorRateBuySide.field
  return 42934
end