Class: Quickfix::AveragePriceEndTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::AveragePriceEndTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AveragePriceEndTime
constructor
A new instance of AveragePriceEndTime.
Constructor Details
#initialize(data = nil) ⇒ AveragePriceEndTime
Returns a new instance of AveragePriceEndTime.
76602 76603 76604 76605 76606 76607 76608 |
# File 'lib/quickfix_fields.rb', line 76602 def initialize(data = nil) if( data == nil ) super(2765) else super(2765, data) end end |