Class: Quickfix::LegPaymentStubIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurvePeriod
constructor
A new instance of LegPaymentStubIndex2CurvePeriod.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurvePeriod
Returns a new instance of LegPaymentStubIndex2CurvePeriod.
33013 33014 33015 33016 33017 33018 33019 |
# File 'lib/quickfix_fields.rb', line 33013 def initialize(data = nil) if( data == nil ) super(40440) else super(40440, data) end end |