Class: Quickfix::PaymentStubStartDateBusinessCenter

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

Returns a new instance of PaymentStubStartDateBusinessCenter.



69842
69843
69844
69845
69846
69847
69848
# File 'lib/quickfix_fields.rb', line 69842

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

Class Method Details

.fieldObject



69839
69840
69841
# File 'lib/quickfix_fields.rb', line 69839

def PaymentStubStartDateBusinessCenter.field
	return 42706
end