Class: Quickfix::UnderlyingPaymentStreamRateSpreadPositionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadPositionType
constructor
A new instance of UnderlyingPaymentStreamRateSpreadPositionType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadPositionType
Returns a new instance of UnderlyingPaymentStreamRateSpreadPositionType.
35431 35432 35433 35434 35435 35436 35437 |
# File 'lib/quickfix_fields.rb', line 35431 def initialize(data = nil) if( data == nil ) super(40626) else super(40626, data) end end |