Class: Quickfix::LegPaymentStreamCompoundingDatesBusinessCenter

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

Returns a new instance of LegPaymentStreamCompoundingDatesBusinessCenter.



66163
66164
66165
66166
66167
66168
66169
# File 'lib/quickfix_fields.rb', line 66163

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

Class Method Details

.fieldObject



66160
66161
66162
# File 'lib/quickfix_fields.rb', line 66160

def LegPaymentStreamCompoundingDatesBusinessCenter.field
	return 42420
end