Class: Quickfix::ProtectionTermEventPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventPeriod

Returns a new instance of ProtectionTermEventPeriod.



29841
29842
29843
29844
29845
29846
29847
# File 'lib/quickfix_fields.rb', line 29841

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