Class: Quickfix::PaymentStubIndexCurvePeriod

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



38733
38734
38735
38736
38737
38738
38739
# File 'lib/quickfix_fields.rb', line 38733

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

Class Method Details

.fieldObject



38730
38731
38732
# File 'lib/quickfix_fields.rb', line 38730

def PaymentStubIndexCurvePeriod.field
  return 40880
end