rename OHLCValue -> OHLCEvent
This commit is contained in:
2
test.epl
2
test.epl
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user