Class: Quickfix::PaymentStubIndex2CurveUnit

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

Returns a new instance of PaymentStubIndex2CurveUnit.



38928
38929
38930
38931
38932
38933
38934
# File 'lib/quickfix_fields.rb', line 38928

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

Class Method Details

.fieldObject



38925
38926
38927
# File 'lib/quickfix_fields.rb', line 38925

def PaymentStubIndex2CurveUnit.field
	return 40895
end