Class: Quickfix::ProtectionTermEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventType

Returns a new instance of ProtectionTermEventType.



29802
29803
29804
29805
29806
29807
29808
# File 'lib/quickfix_fields.rb', line 29802

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