Class: Quickfix::SendingTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::SendingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SendingTime
constructor
A new instance of SendingTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ SendingTime
Returns a new instance of SendingTime.
162 163 164 165 166 167 168 |
# File 'lib/quickfix_fields.rb', line 162 def initialize(data = nil) if( data == nil ) super(52) else super(52, data) end end |
Class Method Details
.field ⇒ Object
159 160 161 |
# File 'lib/quickfix_fields.rb', line 159 def SendingTime.field return 52 end |