Class: Quickfix::UnderlyingPaymentStreamInterpolationPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInterpolationPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationPeriod
constructor
A new instance of UnderlyingPaymentStreamInterpolationPeriod.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
72621 72622 72623 |
# File 'lib/quickfix_fields.rb', line 72621 def .field return 42899 end |