Class: Quickfix::TradSesStartTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::TradSesStartTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesStartTime
constructor
A new instance of TradSesStartTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ TradSesStartTime
Returns a new instance of TradSesStartTime.
4322 4323 4324 4325 4326 4327 4328 |
# File 'lib/quickfix_fields.rb', line 4322 def initialize(data = nil) if( data == nil ) super(341) else super(341, data) end end |
Class Method Details
.field ⇒ Object
4319 4320 4321 |
# File 'lib/quickfix_fields.rb', line 4319 def TradSesStartTime.field return 341 end |