Class: Quickfix::PaymentStreamInterpolationPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamInterpolationPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInterpolationPeriod
constructor
A new instance of PaymentStreamInterpolationPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInterpolationPeriod
Returns a new instance of PaymentStreamInterpolationPeriod.
68516 68517 68518 68519 68520 68521 68522 |
# File 'lib/quickfix_fields.rb', line 68516 def initialize(data = nil) if( data == nil ) super(42604) else super(42604, data) end end |
Class Method Details
.field ⇒ Object
68513 68514 68515 |
# File 'lib/quickfix_fields.rb', line 68513 def PaymentStreamInterpolationPeriod.field return 42604 end |