Class: Quickfix::LegPaymentStreamPaymentDateBusinessCenter

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

Returns a new instance of LegPaymentStreamPaymentDateBusinessCenter.



31102
31103
31104
31105
31106
31107
31108
# File 'lib/quickfix_fields.rb', line 31102

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

Class Method Details

.fieldObject



31099
31100
31101
# File 'lib/quickfix_fields.rb', line 31099

def LegPaymentStreamPaymentDateBusinessCenter.field
	return 40293
end