Class: Quickfix::PaymentStubIndex2CurvePeriod

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



38915
38916
38917
38918
38919
38920
38921
# File 'lib/quickfix_fields.rb', line 38915

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

Class Method Details

.fieldObject



38912
38913
38914
# File 'lib/quickfix_fields.rb', line 38912

def PaymentStubIndex2CurvePeriod.field
  return 40894
end