Class: Quickfix::UnderlyingProtectionTermEventDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventDayType

Returns a new instance of UnderlyingProtectionTermEventDayType.



58909
58910
58911
58912
58913
58914
58915
# File 'lib/quickfix_fields.rb', line 58909

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

Class Method Details

.fieldObject



58906
58907
58908
# File 'lib/quickfix_fields.rb', line 58906

def UnderlyingProtectionTermEventDayType.field
	return 42083
end