Class: Quickfix::PaymentStreamFormulaImage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamFormulaImage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaImage
constructor
A new instance of PaymentStreamFormulaImage.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaImage
Returns a new instance of PaymentStreamFormulaImage.
69153 69154 69155 69156 69157 69158 69159 |
# File 'lib/quickfix_fields.rb', line 69153 def initialize(data = nil) if( data == nil ) super(42653) else super(42653, data) end end |