Class: Quickfix::PaymentStreamCompoundingFloorRateSellSide

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

Returns a new instance of PaymentStreamCompoundingFloorRateSellSide.



68984
68985
68986
68987
68988
68989
68990
# File 'lib/quickfix_fields.rb', line 68984

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

Class Method Details

.fieldObject



68981
68982
68983
# File 'lib/quickfix_fields.rb', line 68981

def PaymentStreamCompoundingFloorRateSellSide.field
  return 42640
end