Class: Quickfix::OrigSendingTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::OrigSendingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigSendingTime
constructor
A new instance of OrigSendingTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ OrigSendingTime
Returns a new instance of OrigSendingTime.
370 371 372 373 374 375 376 |
# File 'lib/quickfix_fields.rb', line 370 def initialize(data = nil) if( data == nil ) super(122) else super(122, data) end end |
Class Method Details
.field ⇒ Object
367 368 369 |
# File 'lib/quickfix_fields.rb', line 367 def OrigSendingTime.field return 122 end |