Class: Quickfix::LegPaymentStubIndexSource

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

Returns a new instance of LegPaymentStubIndexSource.



32818
32819
32820
32821
32822
32823
32824
# File 'lib/quickfix_fields.rb', line 32818

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

Class Method Details

.fieldObject



32815
32816
32817
# File 'lib/quickfix_fields.rb', line 32815

def LegPaymentStubIndexSource.field
  return 40425
end