Class: Quickfix::NoLegPaymentStreamResetDateBusinessCenters

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

Returns a new instance of NoLegPaymentStreamResetDateBusinessCenters.



39357
39358
39359
39360
39361
39362
39363
# File 'lib/quickfix_fields.rb', line 39357

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

Class Method Details

.fieldObject



39354
39355
39356
# File 'lib/quickfix_fields.rb', line 39354

def NoLegPaymentStreamResetDateBusinessCenters.field
	return 40931
end