Class: Quickfix::UnderlyingPaymentStubStartDateBusinessCenter

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

Returns a new instance of UnderlyingPaymentStubStartDateBusinessCenter.



73950
73951
73952
73953
73954
73955
73956
# File 'lib/quickfix_fields.rb', line 73950

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

Class Method Details

.fieldObject



73947
73948
73949
# File 'lib/quickfix_fields.rb', line 73947

def UnderlyingPaymentStubStartDateBusinessCenter.field
	return 43001
end