Class: Quickfix::UnderlyingPaymentStreamFixingDateBusinessCenter

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

Returns a new instance of UnderlyingPaymentStreamFixingDateBusinessCenter.



35184
35185
35186
35187
35188
35189
35190
# File 'lib/quickfix_fields.rb', line 35184

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

Class Method Details

.fieldObject



35181
35182
35183
# File 'lib/quickfix_fields.rb', line 35181

def UnderlyingPaymentStreamFixingDateBusinessCenter.field
	return 40607
end