Class: Quickfix::NoPaymentStreamNonDeliverableFixingDatesBusinessCenters

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

Returns a new instance of NoPaymentStreamNonDeliverableFixingDatesBusinessCenters.



39552
39553
39554
39555
39556
39557
39558
# File 'lib/quickfix_fields.rb', line 39552

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

Class Method Details

.fieldObject



39549
39550
39551
# File 'lib/quickfix_fields.rb', line 39549

def NoPaymentStreamNonDeliverableFixingDatesBusinessCenters.field
	return 40946
end