Class: Quickfix::PaymentStreamFormulaCurrency

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) ⇒ 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

Class Method Details

.fieldObject



69579
69580
69581
# File 'lib/quickfix_fields.rb', line 69579

def PaymentStreamFormulaCurrency.field
  return 42686
end