Class: Quickfix::OrigOrdModTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

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

Constructor Details

#initialize(data = nil) ⇒ OrigOrdModTime

Returns a new instance of OrigOrdModTime.



7975
7976
7977
7978
7979
7980
7981
# File 'lib/quickfix_fields.rb', line 7975

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

Class Method Details

.fieldObject



7972
7973
7974
# File 'lib/quickfix_fields.rb', line 7972

def OrigOrdModTime.field
  return 586
end