Class: Quickfix::PaymentStubEndDateBusinessCenter

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

Returns a new instance of PaymentStubEndDateBusinessCenter.



69725
69726
69727
69728
69729
69730
69731
# File 'lib/quickfix_fields.rb', line 69725

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

Class Method Details

.fieldObject



69722
69723
69724
# File 'lib/quickfix_fields.rb', line 69722

def PaymentStubEndDateBusinessCenter.field
	return 42697
end