Class: Quickfix::AveragePriceEndTime

Inherits:
UtcTimeStampField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

#<, #==, #getValue, #setValue

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

Class Method Details

.fieldObject



76599
76600
76601
# File 'lib/quickfix_fields.rb', line 76599

def AveragePriceEndTime.field
  return 2765
end