Class: Quickfix::NoProvisionOptionRelevantUnderlyingDateBusinessCenters

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoProvisionOptionRelevantUnderlyingDateBusinessCenters

Returns a new instance of NoProvisionOptionRelevantUnderlyingDateBusinessCenters.



39682
39683
39684
39685
39686
39687
39688
# File 'lib/quickfix_fields.rb', line 39682

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

Class Method Details

.fieldObject



39679
39680
39681
# File 'lib/quickfix_fields.rb', line 39679

def NoProvisionOptionRelevantUnderlyingDateBusinessCenters.field
	return 40956
end