Class: Quickfix::PaymentStubIndex2Source

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

Returns a new instance of PaymentStubIndex2Source.



38902
38903
38904
38905
38906
38907
38908
# File 'lib/quickfix_fields.rb', line 38902

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

Class Method Details

.fieldObject



38899
38900
38901
# File 'lib/quickfix_fields.rb', line 38899

def PaymentStubIndex2Source.field
  return 40893
end