Class: Quickfix::PaymentStreamFormulaCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamFormulaCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaCurrency
constructor
A new instance of PaymentStreamFormulaCurrency.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaCurrency
Returns a new instance of PaymentStreamFormulaCurrency.
69582 69583 69584 69585 69586 69587 69588 |
# File 'lib/quickfix_fields.rb', line 69582 def initialize(data = nil) if( data == nil ) super(42686) else super(42686, data) end end |