Class: Quickfix::LegProvisionDateAdjusted

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

Returns a new instance of LegProvisionDateAdjusted.



33182
33183
33184
33185
33186
33187
33188
# File 'lib/quickfix_fields.rb', line 33182

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

Class Method Details

.fieldObject



33179
33180
33181
# File 'lib/quickfix_fields.rb', line 33179

def LegProvisionDateAdjusted.field
	return 40453
end