Class: Quickfix::UnderlyingStreamTerminationDateBusinessCenter

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

Returns a new instance of UnderlyingStreamTerminationDateBusinessCenter.



34443
34444
34445
34446
34447
34448
34449
# File 'lib/quickfix_fields.rb', line 34443

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

Class Method Details

.fieldObject



34440
34441
34442
# File 'lib/quickfix_fields.rb', line 34440

def UnderlyingStreamTerminationDateBusinessCenter.field
	return 40550
end