Class: Quickfix::StreamEffectiveDateOffsetPeriod

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

Returns a new instance of StreamEffectiveDateOffsetPeriod.



39136
39137
39138
39139
39140
39141
39142
# File 'lib/quickfix_fields.rb', line 39136

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

Class Method Details

.fieldObject



39133
39134
39135
# File 'lib/quickfix_fields.rb', line 39133

def StreamEffectiveDateOffsetPeriod.field
	return 40911
end