Class: Quickfix::EffectiveTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::EffectiveTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EffectiveTime
constructor
A new instance of EffectiveTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ EffectiveTime
Returns a new instance of EffectiveTime.
2593 2594 2595 2596 2597 2598 2599 |
# File 'lib/quickfix_fields.rb', line 2593 def initialize(data = nil) if( data == nil ) super(168) else super(168, data) end end |
Class Method Details
.field ⇒ Object
2590 2591 2592 |
# File 'lib/quickfix_fields.rb', line 2590 def EffectiveTime.field return 168 end |