Class: Quickfix::NoProtectionTermEventQualifiers

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoProtectionTermEventQualifiers

Returns a new instance of NoProtectionTermEventQualifiers.



29893
29894
29895
29896
29897
29898
29899
# File 'lib/quickfix_fields.rb', line 29893

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