Class: Quickfix::TrdRegTimestampType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TrdRegTimestampType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdRegTimestampType
constructor
A new instance of TrdRegTimestampType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TrdRegTimestampType
Returns a new instance of TrdRegTimestampType.
10523 10524 10525 10526 10527 10528 10529 |
# File 'lib/quickfix_fields.rb', line 10523 def initialize(data = nil) if( data == nil ) super(770) else super(770, data) end end |
Class Method Details
.field ⇒ Object
10520 10521 10522 |
# File 'lib/quickfix_fields.rb', line 10520 def TrdRegTimestampType.field return 770 end |