Class: Quickfix::PaymentStreamFormulaImage

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

Returns a new instance of PaymentStreamFormulaImage.



69153
69154
69155
69156
69157
69158
69159
# File 'lib/quickfix_fields.rb', line 69153

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

Class Method Details

.fieldObject



69150
69151
69152
# File 'lib/quickfix_fields.rb', line 69150

def PaymentStreamFormulaImage.field
	return 42653
end