Class: Quickfix::UnderlyingStreamEffectiveDateOffsetPeriod

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

Returns a new instance of UnderlyingStreamEffectiveDateOffsetPeriod.



28099
28100
28101
28102
28103
28104
28105
# File 'lib/quickfix_fields.rb', line 28099

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

Class Method Details

.fieldObject



28096
28097
28098
# File 'lib/quickfix_fields.rb', line 28096

def UnderlyingStreamEffectiveDateOffsetPeriod.field
	return 40061
end