Class: Quickfix::LegPaymentStubIndex2RateSpreadPositionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubIndex2RateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpreadPositionType
constructor
A new instance of LegPaymentStubIndex2RateSpreadPositionType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpreadPositionType
Returns a new instance of LegPaymentStubIndex2RateSpreadPositionType.
33065 33066 33067 33068 33069 33070 33071 |
# File 'lib/quickfix_fields.rb', line 33065 def initialize(data = nil) if( data == nil ) super(40444) else super(40444, data) end end |