Class: Quickfix::LegProtectionTermEventNewsSource

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

Returns a new instance of LegProtectionTermEventNewsSource.



50758
50759
50760
50761
50762
50763
50764
# File 'lib/quickfix_fields.rb', line 50758

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

Class Method Details

.fieldObject



50755
50756
50757
# File 'lib/quickfix_fields.rb', line 50755

def LegProtectionTermEventNewsSource.field
	return 41615
end