Class: Quickfix::SideTrdRegTimestampType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideTrdRegTimestampType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdRegTimestampType
constructor
A new instance of SideTrdRegTimestampType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideTrdRegTimestampType
Returns a new instance of SideTrdRegTimestampType.
13604 13605 13606 13607 13608 13609 13610 |
# File 'lib/quickfix_fields.rb', line 13604 def initialize(data = nil) if( data == nil ) super(1013) else super(1013, data) end end |
Class Method Details
.field ⇒ Object
13601 13602 13603 |
# File 'lib/quickfix_fields.rb', line 13601 def SideTrdRegTimestampType.field return 1013 end |