Class: Quickfix::PaymentStreamCompoundingCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateBuySide
constructor
A new instance of PaymentStreamCompoundingCapRateBuySide.
Methods inherited from IntField
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
.field ⇒ Object
68929 68930 68931 |
# File 'lib/quickfix_fields.rb', line 68929 def PaymentStreamCompoundingCapRateBuySide.field return 42636 end |