Class: Quickfix::ProtectionTermEventNewsSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventNewsSource

Returns a new instance of ProtectionTermEventNewsSource.



29763
29764
29765
29766
29767
29768
29769
# File 'lib/quickfix_fields.rb', line 29763

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