Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpreadPositionType
Returns a new instance of UnderlyingPaymentStreamCompoundingRateSpreadPositionType.
73001 73002 73003 73004 73005 73006 73007 |
# File 'lib/quickfix_fields.rb', line 73001 def initialize(data = nil) if( data == nil ) super(42928) else super(42928, data) end end |
Class Method Details
.field ⇒ Object
72998 72999 73000 |
# File 'lib/quickfix_fields.rb', line 72998 def UnderlyingPaymentStreamCompoundingRateSpreadPositionType.field return 42928 end |