Class: Quickfix::UnderlyingPaymentStubIndexFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateSellSide
constructor
A new instance of UnderlyingPaymentStubIndexFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateSellSide
Returns a new instance of UnderlyingPaymentStubIndexFloorRateSellSide.
36744 36745 36746 36747 36748 36749 36750 |
# File 'lib/quickfix_fields.rb', line 36744 def initialize(data = nil) if( data == nil ) super(40727) else super(40727, data) end end |
Class Method Details
.field ⇒ Object
36741 36742 36743 |
# File 'lib/quickfix_fields.rb', line 36741 def .field return 40727 end |