Class: Quickfix::LegPaymentStreamFormulaDesc

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

Returns a new instance of LegPaymentStreamFormulaDesc.



67034
67035
67036
67037
67038
67039
67040
# File 'lib/quickfix_fields.rb', line 67034

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

Class Method Details

.fieldObject



67031
67032
67033
# File 'lib/quickfix_fields.rb', line 67031

def LegPaymentStreamFormulaDesc.field
	return 42487
end