Class: Quickfix::PaymentStubIndex2

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

Returns a new instance of PaymentStubIndex2.



38889
38890
38891
38892
38893
38894
38895
# File 'lib/quickfix_fields.rb', line 38889

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

Class Method Details

.fieldObject



38886
38887
38888
# File 'lib/quickfix_fields.rb', line 38886

def PaymentStubIndex2.field
  return 40892
end