Class: Quickfix::StreamEffectiveDateOffsetDayType

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

Class Method Details

.fieldObject



39159
39160
39161
# File 'lib/quickfix_fields.rb', line 39159

def StreamEffectiveDateOffsetDayType.field
  return 40913
end