Class: Quickfix::LegPaymentStreamFormula

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

Returns a new instance of LegPaymentStreamFormula.



67021
67022
67023
67024
67025
67026
67027
# File 'lib/quickfix_fields.rb', line 67021

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

Class Method Details

.fieldObject



67018
67019
67020
# File 'lib/quickfix_fields.rb', line 67018

def LegPaymentStreamFormula.field
	return 42486
end