Class: Quickfix::NoUnderlyingPricingDateBusinessCenters

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

Returns a new instance of NoUnderlyingPricingDateBusinessCenters.



55568
55569
55570
55571
55572
55573
55574
# File 'lib/quickfix_fields.rb', line 55568

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

Class Method Details

.fieldObject



55565
55566
55567
# File 'lib/quickfix_fields.rb', line 55565

def NoUnderlyingPricingDateBusinessCenters.field
	return 41947
end