Class: Quickfix::LegProvisionDateBusinessCenter

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

Returns a new instance of LegProvisionDateBusinessCenter.



33169
33170
33171
33172
33173
33174
33175
# File 'lib/quickfix_fields.rb', line 33169

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

Class Method Details

.fieldObject



33166
33167
33168
# File 'lib/quickfix_fields.rb', line 33166

def LegProvisionDateBusinessCenter.field
	return 40452
end