Class: Quickfix::NoLegProtectionTermEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProtectionTermEvents

Returns a new instance of NoLegProtectionTermEvents.



50888
50889
50890
50891
50892
50893
50894
# File 'lib/quickfix_fields.rb', line 50888

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