Class: Quickfix::SideTrdRegTimestampSrc

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

Instance Method Summary collapse

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