Class: Quickfix::PaymentStreamFormulaImageLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamFormulaImageLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaImageLength
constructor
A new instance of PaymentStreamFormulaImageLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaImageLength
Returns a new instance of PaymentStreamFormulaImageLength.
69140 69141 69142 69143 69144 69145 69146 |
# File 'lib/quickfix_fields.rb', line 69140 def initialize(data = nil) if( data == nil ) super(42652) else super(42652, data) end end |
Class Method Details
.field ⇒ Object
69137 69138 69139 |
# File 'lib/quickfix_fields.rb', line 69137 def PaymentStreamFormulaImageLength.field return 42652 end |