Class: Quickfix::PaymentStreamNonDeliverableRefCurrency

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

Returns a new instance of PaymentStreamNonDeliverableRefCurrency.



37914
37915
37916
37917
37918
37919
37920
# File 'lib/quickfix_fields.rb', line 37914

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

Class Method Details

.fieldObject



37911
37912
37913
# File 'lib/quickfix_fields.rb', line 37911

def PaymentStreamNonDeliverableRefCurrency.field
  return 40817
end