Class: Quickfix::PaymentStubIndexCurveUnit

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

Returns a new instance of PaymentStubIndexCurveUnit.



38746
38747
38748
38749
38750
38751
38752
# File 'lib/quickfix_fields.rb', line 38746

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

Class Method Details

.fieldObject



38743
38744
38745
# File 'lib/quickfix_fields.rb', line 38743

def PaymentStubIndexCurveUnit.field
  return 40881
end