Class: Quickfix::UnderlyingProvisionDateBusinessCenter

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

Returns a new instance of UnderlyingProvisionDateBusinessCenter.



60326
60327
60328
60329
60330
60331
60332
# File 'lib/quickfix_fields.rb', line 60326

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

Class Method Details

.fieldObject



60323
60324
60325
# File 'lib/quickfix_fields.rb', line 60323

def UnderlyingProvisionDateBusinessCenter.field
	return 42191
end