Class: Quickfix::PaymentStreamCompoundingFloorRateBuySide

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

Returns a new instance of PaymentStreamCompoundingFloorRateBuySide.



68971
68972
68973
68974
68975
68976
68977
# File 'lib/quickfix_fields.rb', line 68971

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

Class Method Details

.fieldObject



68968
68969
68970
# File 'lib/quickfix_fields.rb', line 68968

def PaymentStreamCompoundingFloorRateBuySide.field
  return 42639
end