Class: Quickfix::UnderlyingPaymentStreamCompoundingFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFloorRateSellSide
constructor
A new instance of UnderlyingPaymentStreamCompoundingFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFloorRateSellSide
Returns a new instance of UnderlyingPaymentStreamCompoundingFloorRateSellSide.
73092 73093 73094 73095 73096 73097 73098 |
# File 'lib/quickfix_fields.rb', line 73092 def initialize(data = nil) if( data == nil ) super(42935) else super(42935, data) end end |
Class Method Details
.field ⇒ Object
73089 73090 73091 |
# File 'lib/quickfix_fields.rb', line 73089 def .field return 42935 end |