Class: Quickfix::LegStreamTerminationDateBusinessCenter

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



30660
30661
30662
30663
30664
30665
30666
# File 'lib/quickfix_fields.rb', line 30660

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

Class Method Details

.fieldObject



30657
30658
30659
# File 'lib/quickfix_fields.rb', line 30657

def LegStreamTerminationDateBusinessCenter.field
	return 40259
end