Class: Quickfix::NoUnderlyingPaymentStreamNonDeliverableFixingDatesBizCenters

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

Returns a new instance of NoUnderlyingPaymentStreamNonDeliverableFixingDatesBizCenters.



39838
39839
39840
39841
39842
39843
39844
# File 'lib/quickfix_fields.rb', line 39838

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

Class Method Details

.fieldObject



39835
39836
39837
# File 'lib/quickfix_fields.rb', line 39835

def NoUnderlyingPaymentStreamNonDeliverableFixingDatesBizCenters.field
	return 40968
end