Class: Quickfix::UnderlyingStreamEffectiveDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateOffsetUnit

Returns a new instance of UnderlyingStreamEffectiveDateOffsetUnit.



28112
28113
28114
28115
28116
28117
28118
# File 'lib/quickfix_fields.rb', line 28112

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

Class Method Details

.fieldObject



28109
28110
28111
# File 'lib/quickfix_fields.rb', line 28109

def UnderlyingStreamEffectiveDateOffsetUnit.field
  return 40062
end