Class: Quickfix::LastUpdateTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::LastUpdateTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastUpdateTime
constructor
A new instance of LastUpdateTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ LastUpdateTime
Returns a new instance of LastUpdateTime.
10640 10641 10642 10643 10644 10645 10646 |
# File 'lib/quickfix_fields.rb', line 10640 def initialize(data = nil) if( data == nil ) super(779) else super(779, data) end end |
Class Method Details
.field ⇒ Object
10637 10638 10639 |
# File 'lib/quickfix_fields.rb', line 10637 def LastUpdateTime.field return 779 end |