Class: Quickfix::UnderlyingPaymentStreamFormulaImageLength
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFormulaImageLength
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImageLength
constructor
A new instance of UnderlyingPaymentStreamFormulaImageLength.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImageLength
Returns a new instance of UnderlyingPaymentStreamFormulaImageLength.
73248 73249 73250 73251 73252 73253 73254 |
# File 'lib/quickfix_fields.rb', line 73248 def initialize(data = nil) if( data == nil ) super(42947) else super(42947, data) end end |
Class Method Details
.field ⇒ Object
73245 73246 73247 |
# File 'lib/quickfix_fields.rb', line 73245 def UnderlyingPaymentStreamFormulaImageLength.field return 42947 end |