Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateSpreadPositionType.
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 |