Class: Quickfix::AveragePriceStartTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::AveragePriceStartTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AveragePriceStartTime
constructor
A new instance of AveragePriceStartTime.
Constructor Details
#initialize(data = nil) ⇒ AveragePriceStartTime
Returns a new instance of AveragePriceStartTime.
76589 76590 76591 76592 76593 76594 76595 |
# File 'lib/quickfix_fields.rb', line 76589 def initialize(data = nil) if( data == nil ) super(2764) else super(2764, data) end end |