Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessCenter

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

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessCenter.



72845
72846
72847
72848
72849
72850
72851
# File 'lib/quickfix_fields.rb', line 72845

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

Class Method Details

.fieldObject



72842
72843
72844
# File 'lib/quickfix_fields.rb', line 72842

def UnderlyingPaymentStreamCompoundingDatesBusinessCenter.field
	return 42916
end