Class: Quickfix::UnderlyingPaymentStreamFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFloorRateSellSide
constructor
A new instance of UnderlyingPaymentStreamFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFloorRateSellSide
Returns a new instance of UnderlyingPaymentStreamFloorRateSellSide.
35522 35523 35524 35525 35526 35527 35528 |
# File 'lib/quickfix_fields.rb', line 35522 def initialize(data = nil) if( data == nil ) super(40633) else super(40633, data) end end |
Class Method Details
.field ⇒ Object
35519 35520 35521 |
# File 'lib/quickfix_fields.rb', line 35519 def .field return 40633 end |