Class: Quickfix::AveragePriceStartTime

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

Instance Method Summary collapse

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