Class: Quickfix::UnderlyingPaymentStreamFormulaLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFormulaLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaLength
constructor
A new instance of UnderlyingPaymentStreamFormulaLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaLength
Returns a new instance of UnderlyingPaymentStreamFormulaLength.
78188 78189 78190 78191 78192 78193 78194 |
# File 'lib/quickfix_fields.rb', line 78188 def initialize(data = nil) if( data == nil ) super(43111) else super(43111, data) end end |
Class Method Details
.field ⇒ Object
78185 78186 78187 |
# File 'lib/quickfix_fields.rb', line 78185 def UnderlyingPaymentStreamFormulaLength.field return 43111 end |