Class: Quickfix::NoLegPaymentStreamFixingDateBusinessCenters

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

Returns a new instance of NoLegPaymentStreamFixingDateBusinessCenters.



39383
39384
39385
39386
39387
39388
39389
# File 'lib/quickfix_fields.rb', line 39383

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

Class Method Details

.fieldObject



39380
39381
39382
# File 'lib/quickfix_fields.rb', line 39380

def NoLegPaymentStreamFixingDateBusinessCenters.field
	return 40933
end