Class: Quickfix::LegPaymentStubIndexCurveUnit

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

Returns a new instance of LegPaymentStubIndexCurveUnit.



32844
32845
32846
32847
32848
32849
32850
# File 'lib/quickfix_fields.rb', line 32844

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

Class Method Details

.fieldObject



32841
32842
32843
# File 'lib/quickfix_fields.rb', line 32841

def LegPaymentStubIndexCurveUnit.field
  return 40427
end