Class: Quickfix::UnderlyingPaymentStreamFormulaImageLength
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamFormulaImageLength
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImageLength
constructor
A new instance of UnderlyingPaymentStreamFormulaImageLength.
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 |