Class: Quickfix::UnderlyingPaymentStubIndex2RateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndex2RateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStubIndex2RateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateSpreadPositionType
Returns a new instance of UnderlyingPaymentStubIndex2RateSpreadPositionType.
36835 36836 36837 36838 36839 36840 36841 |
# File 'lib/quickfix_fields.rb', line 36835 def initialize(data = nil) if( data == nil ) super(40734) else super(40734, data) end end |
Class Method Details
.field ⇒ Object
36832 36833 36834 |
# File 'lib/quickfix_fields.rb', line 36832 def .field return 40734 end |