Add bar and tick strategy lifecycle
This commit is contained in:
@@ -108,6 +108,12 @@ pub enum ProcessEventKind {
|
||||
PreOpenAuction,
|
||||
OpenAuction,
|
||||
PostOpenAuction,
|
||||
PreBar,
|
||||
Bar,
|
||||
PostBar,
|
||||
PreTick,
|
||||
Tick,
|
||||
PostTick,
|
||||
PreScheduled,
|
||||
PostScheduled,
|
||||
PreOnDay,
|
||||
@@ -141,6 +147,12 @@ impl ProcessEventKind {
|
||||
Self::PreOpenAuction => "pre_open_auction",
|
||||
Self::OpenAuction => "open_auction",
|
||||
Self::PostOpenAuction => "post_open_auction",
|
||||
Self::PreBar => "pre_bar",
|
||||
Self::Bar => "bar",
|
||||
Self::PostBar => "post_bar",
|
||||
Self::PreTick => "pre_tick",
|
||||
Self::Tick => "tick",
|
||||
Self::PostTick => "post_tick",
|
||||
Self::PreScheduled => "pre_scheduled",
|
||||
Self::PostScheduled => "post_scheduled",
|
||||
Self::PreOnDay => "pre_on_day",
|
||||
|
||||
Reference in New Issue
Block a user