Class: Quickfix::PaymentStreamResetDateBusinessCenter

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

Returns a new instance of PaymentStreamResetDateBusinessCenter.



37212
37213
37214
37215
37216
37217
37218
# File 'lib/quickfix_fields.rb', line 37212

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

Class Method Details

.fieldObject



37209
37210
37211
# File 'lib/quickfix_fields.rb', line 37209

def PaymentStreamResetDateBusinessCenter.field
	return 40763
end