Class: Quickfix::TradSesPreCloseTime
- Inherits:
-
UtcTimeStampField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradSesPreCloseTime
Returns a new instance of TradSesPreCloseTime.
11264 11265 11266 11267 11268 11269 11270 |
# File 'lib/quickfix_fields.rb', line 11264 def initialize(data = nil) if( data == nil ) super(343) else super(343, data) end end |
Class Method Details
.field ⇒ Object
11261 11262 11263 |
# File 'lib/quickfix_fields.rb', line 11261 def TradSesPreCloseTime.field return 343 end |