Class: Quickfix::RelatedOrderTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::RelatedOrderTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedOrderTime
constructor
A new instance of RelatedOrderTime.
Constructor Details
#initialize(data = nil) ⇒ RelatedOrderTime
Returns a new instance of RelatedOrderTime.
77525 77526 77527 77528 77529 77530 77531 |
# File 'lib/quickfix_fields.rb', line 77525 def initialize(data = nil) if( data == nil ) super(2836) else super(2836, data) end end |