Class: Quickfix::LegProtectionTermEventNewsSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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