Class: Quickfix::NoLegPaymentStreamInitialFixingDateBusinessCenters

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

Returns a new instance of NoLegPaymentStreamInitialFixingDateBusinessCenters.



39370
39371
39372
39373
39374
39375
39376
# File 'lib/quickfix_fields.rb', line 39370

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

Class Method Details

.fieldObject



39367
39368
39369
# File 'lib/quickfix_fields.rb', line 39367

def NoLegPaymentStreamInitialFixingDateBusinessCenters.field
	return 40932
end