Class: Quickfix::TradSesPreCloseTime
- Inherits:
-
UtcTimeStampField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- UtcTimeStampField
- Quickfix::TradSesPreCloseTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradSesPreCloseTime
constructor
A new instance of TradSesPreCloseTime.
Methods inherited from UtcTimeStampField
Constructor Details
#initialize(data = nil) ⇒ TradSesPreCloseTime
Returns a new instance of TradSesPreCloseTime.
4348 4349 4350 4351 4352 4353 4354 |
# File 'lib/quickfix_fields.rb', line 4348 def initialize(data = nil) if( data == nil ) super(343) else super(343, data) end end |
Class Method Details
.field ⇒ Object
4345 4346 4347 |
# File 'lib/quickfix_fields.rb', line 4345 def TradSesPreCloseTime.field return 343 end |