Class: Quickfix::SideTrdRegTimestampSrc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideTrdRegTimestampSrc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdRegTimestampSrc
constructor
A new instance of SideTrdRegTimestampSrc.
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
.field ⇒ Object
13614 13615 13616 |
# File 'lib/quickfix_fields.rb', line 13614 def SideTrdRegTimestampSrc.field return 1014 end |