Class: Quickfix::PaymentStreamCompoundingCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateSellSide
constructor
A new instance of PaymentStreamCompoundingCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingCapRateSellSide
Returns a new instance of PaymentStreamCompoundingCapRateSellSide.
68945 68946 68947 68948 68949 68950 68951 |
# File 'lib/quickfix_fields.rb', line 68945 def initialize(data = nil) if( data == nil ) super(42637) else super(42637, data) end end |
Class Method Details
.field ⇒ Object
68942 68943 68944 |
# File 'lib/quickfix_fields.rb', line 68942 def PaymentStreamCompoundingCapRateSellSide.field return 42637 end |