Class: Quickfix::PaymentStreamFormula

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormula

Returns a new instance of PaymentStreamFormula.



69556
69557
69558
69559
69560
69561
69562
# File 'lib/quickfix_fields.rb', line 69556

def initialize(data = nil)
  if( data == nil )
    super(42684)
  else
    super(42684, data)
  end
end

Class Method Details

.fieldObject



69553
69554
69555
# File 'lib/quickfix_fields.rb', line 69553

def PaymentStreamFormula.field
  return 42684
end