Class: Quickfix::UnderlyingPaymentStubIndexCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateSellSide
constructor
A new instance of UnderlyingPaymentStubIndexCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCapRateSellSide
Returns a new instance of UnderlyingPaymentStubIndexCapRateSellSide.
36705 36706 36707 36708 36709 36710 36711 |
# File 'lib/quickfix_fields.rb', line 36705 def initialize(data = nil) if( data == nil ) super(40724) else super(40724, data) end end |
Class Method Details
.field ⇒ Object
36702 36703 36704 |
# File 'lib/quickfix_fields.rb', line 36702 def .field return 40724 end |