Class: Quickfix::LegPaymentStubIndexRateSpreadPositionType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubIndexRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpreadPositionType
constructor
A new instance of LegPaymentStubIndexRateSpreadPositionType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpreadPositionType
Returns a new instance of LegPaymentStubIndexRateSpreadPositionType.
32883 32884 32885 32886 32887 32888 32889 |
# File 'lib/quickfix_fields.rb', line 32883 def initialize(data = nil) if( data == nil ) super(40430) else super(40430, data) end end |