Class: Quickfix::LegProtectionTermEventPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventPeriod

Returns a new instance of LegProtectionTermEventPeriod.



50940
50941
50942
50943
50944
50945
50946
# File 'lib/quickfix_fields.rb', line 50940

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