Class: Quickfix::LegPaymentStreamCompoundingRateSpreadPositionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpreadPositionType
constructor
A new instance of LegPaymentStreamCompoundingRateSpreadPositionType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpreadPositionType
Returns a new instance of LegPaymentStreamCompoundingRateSpreadPositionType.
66319 66320 66321 66322 66323 66324 66325 |
# File 'lib/quickfix_fields.rb', line 66319 def initialize(data = nil) if( data == nil ) super(42432) else super(42432, data) end end |