Class: Quickfix::LegPaymentStubIndex2Source

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

Returns a new instance of LegPaymentStubIndex2Source.



33000
33001
33002
33003
33004
33005
33006
# File 'lib/quickfix_fields.rb', line 33000

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

Class Method Details

.fieldObject



32997
32998
32999
# File 'lib/quickfix_fields.rb', line 32997

def LegPaymentStubIndex2Source.field
  return 40439
end