Class: Quickfix::LegPaymentStreamFormulaImageLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFormulaImageLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaImageLength
constructor
A new instance of LegPaymentStreamFormulaImageLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaImageLength
Returns a new instance of LegPaymentStreamFormulaImageLength.
66566 66567 66568 66569 66570 66571 66572 |
# File 'lib/quickfix_fields.rb', line 66566 def initialize(data = nil) if( data == nil ) super(42451) else super(42451, data) end end |
Class Method Details
.field ⇒ Object
66563 66564 66565 |
# File 'lib/quickfix_fields.rb', line 66563 def LegPaymentStreamFormulaImageLength.field return 42451 end |