Class: Quickfix::SideTrdRegTimestampSrc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideTrdRegTimestampSrc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdRegTimestampSrc
constructor
A new instance of SideTrdRegTimestampSrc.
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 |