Class: Quickfix::UnderlyingStreamEffectiveDateOffsetDayType

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

Returns a new instance of UnderlyingStreamEffectiveDateOffsetDayType.



28125
28126
28127
28128
28129
28130
28131
# File 'lib/quickfix_fields.rb', line 28125

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

Class Method Details

.fieldObject



28122
28123
28124
# File 'lib/quickfix_fields.rb', line 28122

def UnderlyingStreamEffectiveDateOffsetDayType.field
  return 40063
end