Class: Quickfix::ProvisionOptionRelevantUnderlyingDateBusinessCenter

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

Returns a new instance of ProvisionOptionRelevantUnderlyingDateBusinessCenter.



29347
29348
29349
29350
29351
29352
29353
# File 'lib/quickfix_fields.rb', line 29347

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

Class Method Details

.fieldObject



29344
29345
29346
# File 'lib/quickfix_fields.rb', line 29344

def ProvisionOptionRelevantUnderlyingDateBusinessCenter.field
	return 40157
end