rename OHLCValue -> OHLCEvent

This commit is contained in:
2018-06-20 22:28:42 -07:00
parent ced385ef8a
commit ff5fa69e7d
5 changed files with 51 additions and 63 deletions

View File

@ -28,7 +28,7 @@ on TickEvent as t set InTradingHours =
EPLHelpers.getHour(t.time) < EndTimeHour)
-- A stream of OHLC values
create variant schema OHLCStream as OHLCValue
create variant schema OHLCStream as OHLCEvent
insert into OHLCStream
select * from TickEvent#OHLC(Interval, time, midDouble)