Class: Quickfix::PaymentStubIndexSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStubIndexSource

Returns a new instance of PaymentStubIndexSource.



38720
38721
38722
38723
38724
38725
38726
# File 'lib/quickfix_fields.rb', line 38720

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

Class Method Details

.fieldObject



38717
38718
38719
# File 'lib/quickfix_fields.rb', line 38717

def PaymentStubIndexSource.field
  return 40879
end