Class: Quickfix::LegProtectionTermEventDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventDayType

Returns a new instance of LegProtectionTermEventDayType.



50966
50967
50968
50969
50970
50971
50972
# File 'lib/quickfix_fields.rb', line 50966

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