Class: Quickfix::AveragePriceStartTime

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) ⇒ 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

Class Method Details

.fieldObject



76586
76587
76588
# File 'lib/quickfix_fields.rb', line 76586

def AveragePriceStartTime.field
  return 2764
end