Class: Quickfix::UnderlyingPaymentStubIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurvePeriod
constructor
A new instance of UnderlyingPaymentStubIndex2CurvePeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurvePeriod
Returns a new instance of UnderlyingPaymentStubIndex2CurvePeriod.
36783 36784 36785 36786 36787 36788 36789 |
# File 'lib/quickfix_fields.rb', line 36783 def initialize(data = nil) if( data == nil ) super(40730) else super(40730, data) end end |