Class: Quickfix::StreamEffectiveDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamEffectiveDateOffsetDayType

Returns a new instance of StreamEffectiveDateOffsetDayType.



39162
39163
39164
39165
39166
39167
39168
# File 'lib/quickfix_fields.rb', line 39162

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