Class: Quickfix::HopSendingTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::HopSendingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HopSendingTime
constructor
A new instance of HopSendingTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ HopSendingTime
Returns a new instance of HopSendingTime.
682 683 684 685 686 687 688 |
# File 'lib/quickfix_fields.rb', line 682 def initialize(data = nil) if( data == nil ) super(629) else super(629, data) end end |
Class Method Details
.field ⇒ Object
679 680 681 |
# File 'lib/quickfix_fields.rb', line 679 def HopSendingTime.field return 629 end |