Class: Quickfix::UnderlyingPaymentStreamInterpolationPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamInterpolationPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationPeriod
constructor
A new instance of UnderlyingPaymentStreamInterpolationPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationPeriod
Returns a new instance of UnderlyingPaymentStreamInterpolationPeriod.
72624 72625 72626 72627 72628 72629 72630 |
# File 'lib/quickfix_fields.rb', line 72624 def initialize(data = nil) if( data == nil ) super(42899) else super(42899, data) end end |