Class: Quickfix::LegPaymentStubIndex2CurvePeriod

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

Returns a new instance of LegPaymentStubIndex2CurvePeriod.



33013
33014
33015
33016
33017
33018
33019
# File 'lib/quickfix_fields.rb', line 33013

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

Class Method Details

.fieldObject



33010
33011
33012
# File 'lib/quickfix_fields.rb', line 33010

def LegPaymentStubIndex2CurvePeriod.field
  return 40440
end