Class: Quickfix::AggressorTime

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

Returns a new instance of AggressorTime.



60651
60652
60653
60654
60655
60656
60657
# File 'lib/quickfix_fields.rb', line 60651

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

Class Method Details

.fieldObject



60648
60649
60650
# File 'lib/quickfix_fields.rb', line 60648

def AggressorTime.field
  return 2445
end