Class: Quickfix::PaymentStreamFormulaDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamFormulaDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaDesc
constructor
A new instance of PaymentStreamFormulaDesc.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaDesc
Returns a new instance of PaymentStreamFormulaDesc.
69569 69570 69571 69572 69573 69574 69575 |
# File 'lib/quickfix_fields.rb', line 69569 def initialize(data = nil) if( data == nil ) super(42685) else super(42685, data) end end |