Class: Quickfix::PaymentStreamFormulaLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamFormulaLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaLength
constructor
A new instance of PaymentStreamFormulaLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaLength
Returns a new instance of PaymentStreamFormulaLength.
78162 78163 78164 78165 78166 78167 78168 |
# File 'lib/quickfix_fields.rb', line 78162 def initialize(data = nil) if( data == nil ) super(43109) else super(43109, data) end end |
Class Method Details
.field ⇒ Object
78159 78160 78161 |
# File 'lib/quickfix_fields.rb', line 78159 def PaymentStreamFormulaLength.field return 43109 end |