Class: Quickfix::LegProtectionTermEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventType

Returns a new instance of LegProtectionTermEventType.



50901
50902
50903
50904
50905
50906
50907
# File 'lib/quickfix_fields.rb', line 50901

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