Class: Quickfix::PaymentStreamCompoundingCapRateBuySide

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

Returns a new instance of PaymentStreamCompoundingCapRateBuySide.



68932
68933
68934
68935
68936
68937
68938
# File 'lib/quickfix_fields.rb', line 68932

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

Class Method Details

.fieldObject



68929
68930
68931
# File 'lib/quickfix_fields.rb', line 68929

def PaymentStreamCompoundingCapRateBuySide.field
  return 42636
end