Class: Quickfix::AggressorTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::AggressorTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AggressorTime
constructor
A new instance of AggressorTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ AggressorTime
Returns a new instance of AggressorTime.
60651 60652 60653 60654 60655 60656 60657 |
# File 'lib/quickfix_fields.rb', line 60651 def initialize(data = nil) if( data == nil ) super(2445) else super(2445, data) end end |
Class Method Details
.field ⇒ Object
60648 60649 60650 |
# File 'lib/quickfix_fields.rb', line 60648 def AggressorTime.field return 2445 end |