Class: Quickfix::LegPaymentStreamCompoundingFloorRateSellSide

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

Returns a new instance of LegPaymentStreamCompoundingFloorRateSellSide.



66410
66411
66412
66413
66414
66415
66416
# File 'lib/quickfix_fields.rb', line 66410

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

Class Method Details

.fieldObject



66407
66408
66409
# File 'lib/quickfix_fields.rb', line 66407

def LegPaymentStreamCompoundingFloorRateSellSide.field
  return 42439
end