Class: Quickfix::LegPaymentScheduleFixingTimeBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingTimeBusinessCenter

Returns a new instance of LegPaymentScheduleFixingTimeBusinessCenter.



32571
32572
32573
32574
32575
32576
32577
# File 'lib/quickfix_fields.rb', line 32571

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

Class Method Details

.fieldObject



32568
32569
32570
# File 'lib/quickfix_fields.rb', line 32568

def LegPaymentScheduleFixingTimeBusinessCenter.field
	return 40406
end