Class: Quickfix::ProtectionTermEventDayType

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) ⇒ ProtectionTermEventDayType

Returns a new instance of ProtectionTermEventDayType.



29867
29868
29869
29870
29871
29872
29873
# File 'lib/quickfix_fields.rb', line 29867

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

Class Method Details

.fieldObject



29864
29865
29866
# File 'lib/quickfix_fields.rb', line 29864

def ProtectionTermEventDayType.field
	return 40197
end