Class: Quickfix::LegPaymentStubIndex2CurveUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2CurveUnit



33026
33027
33028
33029
33030
33031
33032
# File 'lib/quickfix_fields.rb', line 33026

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

Class Method Details

.fieldObject



33023
33024
33025
# File 'lib/quickfix_fields.rb', line 33023

def LegPaymentStubIndex2CurveUnit.field
  return 40441
end