Class: Quickfix::UnderlyingPaymentStubIndexSource

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

Returns a new instance of UnderlyingPaymentStubIndexSource.



36588
36589
36590
36591
36592
36593
36594
# File 'lib/quickfix_fields.rb', line 36588

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

Class Method Details

.fieldObject



36585
36586
36587
# File 'lib/quickfix_fields.rb', line 36585

def UnderlyingPaymentStubIndexSource.field
  return 40715
end