Class: Quickfix::PaymentStubIndex

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

Returns a new instance of PaymentStubIndex.



38707
38708
38709
38710
38711
38712
38713
# File 'lib/quickfix_fields.rb', line 38707

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

Class Method Details

.fieldObject



38704
38705
38706
# File 'lib/quickfix_fields.rb', line 38704

def PaymentStubIndex.field
  return 40878
end