Class: Quickfix::UnderlyingPaymentStubIndexRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStubIndexRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateSpreadPositionType
Returns a new instance of UnderlyingPaymentStubIndexRateSpreadPositionType.
36653 36654 36655 36656 36657 36658 36659 |
# File 'lib/quickfix_fields.rb', line 36653 def initialize(data = nil) if( data == nil ) super(40720) else super(40720, data) end end |
Class Method Details
.field ⇒ Object
36650 36651 36652 |
# File 'lib/quickfix_fields.rb', line 36650 def .field return 40720 end |