Class: Quickfix::SideTrdRegTimestampSrc

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

Returns a new instance of SideTrdRegTimestampSrc.



13617
13618
13619
13620
13621
13622
13623
# File 'lib/quickfix_fields.rb', line 13617

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

Class Method Details

.fieldObject



13614
13615
13616
# File 'lib/quickfix_fields.rb', line 13614

def SideTrdRegTimestampSrc.field
  return 1014
end