Class: Quickfix::LegPaymentStubIndex2CurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2CurveUnit

Returns a new instance of 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