Class: Quickfix::UnderlyingPaymentStubIndex2Source

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

Returns a new instance of UnderlyingPaymentStubIndex2Source.



36770
36771
36772
36773
36774
36775
36776
# File 'lib/quickfix_fields.rb', line 36770

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

Class Method Details

.fieldObject



36767
36768
36769
# File 'lib/quickfix_fields.rb', line 36767

def UnderlyingPaymentStubIndex2Source.field
  return 40729
end