Class: Quickfix::TradSesStartTime
- Inherits:
-
UtcTimeStampField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradSesStartTime
Returns a new instance of TradSesStartTime.
5544 5545 5546 5547 5548 5549 5550 |
# File 'lib/quickfix_fields.rb', line 5544 def initialize(data = nil) if( data == nil ) super(341) else super(341, data) end end |
Class Method Details
.field ⇒ Object
5541 5542 5543 |
# File 'lib/quickfix_fields.rb', line 5541 def TradSesStartTime.field return 341 end |