Class: Quickfix::SideTrdRegTimestamp

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

Returns a new instance of SideTrdRegTimestamp.



13591
13592
13593
13594
13595
13596
13597
# File 'lib/quickfix_fields.rb', line 13591

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

Class Method Details

.fieldObject



13588
13589
13590
# File 'lib/quickfix_fields.rb', line 13588

def SideTrdRegTimestamp.field
  return 1012
end