切换回测执行价为分钟线语义
This commit is contained in:
@@ -123,9 +123,9 @@ pub enum ProcessEventKind {
|
||||
PreBar,
|
||||
Bar,
|
||||
PostBar,
|
||||
PreTick,
|
||||
Tick,
|
||||
PostTick,
|
||||
PreMinute,
|
||||
Minute,
|
||||
PostMinute,
|
||||
PreScheduled,
|
||||
PostScheduled,
|
||||
PreOnDay,
|
||||
@@ -165,9 +165,9 @@ impl ProcessEventKind {
|
||||
Self::PreBar => "pre_bar",
|
||||
Self::Bar => "bar",
|
||||
Self::PostBar => "post_bar",
|
||||
Self::PreTick => "pre_tick",
|
||||
Self::Tick => "tick",
|
||||
Self::PostTick => "post_tick",
|
||||
Self::PreMinute => "pre_minute",
|
||||
Self::Minute => "minute",
|
||||
Self::PostMinute => "post_minute",
|
||||
Self::PreScheduled => "pre_scheduled",
|
||||
Self::PostScheduled => "post_scheduled",
|
||||
Self::PreOnDay => "pre_on_day",
|
||||
|
||||
Reference in New Issue
Block a user