Class: Quickfix::LegProtectionTermEventBusinessCenter

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

Returns a new instance of LegProtectionTermEventBusinessCenter.



50849
50850
50851
50852
50853
50854
50855
# File 'lib/quickfix_fields.rb', line 50849

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

Class Method Details

.fieldObject



50846
50847
50848
# File 'lib/quickfix_fields.rb', line 50846

def LegProtectionTermEventBusinessCenter.field
	return 41622
end