Class: Quickfix::LegPaymentStreamFormulaLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFormulaLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaLength
constructor
A new instance of LegPaymentStreamFormulaLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaLength
Returns a new instance of LegPaymentStreamFormulaLength.
78175 78176 78177 78178 78179 78180 78181 |
# File 'lib/quickfix_fields.rb', line 78175 def initialize(data = nil) if( data == nil ) super(43110) else super(43110, data) end end |
Class Method Details
.field ⇒ Object
78172 78173 78174 |
# File 'lib/quickfix_fields.rb', line 78172 def LegPaymentStreamFormulaLength.field return 43110 end |