Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRateSellSide
constructor
A new instance of UnderlyingPaymentStreamCompoundingCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRateSellSide
Returns a new instance of UnderlyingPaymentStreamCompoundingCapRateSellSide.
73053 73054 73055 73056 73057 73058 73059 |
# File 'lib/quickfix_fields.rb', line 73053 def initialize(data = nil) if( data == nil ) super(42932) else super(42932, data) end end |
Class Method Details
.field ⇒ Object
73050 73051 73052 |
# File 'lib/quickfix_fields.rb', line 73050 def .field return 42932 end |