Class: Quickfix::PaymentStreamFormulaCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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