Class: Quickfix::AveragePriceEndTime

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

Instance Method Summary collapse

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