Class: Quickfix::UnderlyingProtectionTermEventPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventPeriod

Returns a new instance of UnderlyingProtectionTermEventPeriod.



58883
58884
58885
58886
58887
58888
58889
# File 'lib/quickfix_fields.rb', line 58883

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