Class: Quickfix::UnderlyingPaymentStubIndexCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide
constructor
A new instance of UnderlyingPaymentStubIndexCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateBuySide
Returns a new instance of UnderlyingPaymentStubIndexCapRateBuySide.
36692 36693 36694 36695 36696 36697 36698 |
# File 'lib/quickfix_fields.rb', line 36692 def initialize(data = nil) if( data == nil ) super(40723) else super(40723, data) end end |
Class Method Details
.field ⇒ Object
36689 36690 36691 |
# File 'lib/quickfix_fields.rb', line 36689 def .field return 40723 end |