Class: Quickfix::UnderlyingPaymentStubIndexFloorRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateBuySide
constructor
A new instance of UnderlyingPaymentStubIndexFloorRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexFloorRateBuySide
Returns a new instance of UnderlyingPaymentStubIndexFloorRateBuySide.
36731 36732 36733 36734 36735 36736 36737 |
# File 'lib/quickfix_fields.rb', line 36731 def initialize(data = nil) if( data == nil ) super(40726) else super(40726, data) end end |
Class Method Details
.field ⇒ Object
36728 36729 36730 |
# File 'lib/quickfix_fields.rb', line 36728 def .field return 40726 end |