added orderkind
This commit is contained in:
parent
4d3a2ea892
commit
d2858ff021
@ -19,3 +19,19 @@ pub struct Order {
|
||||
pub hidden: i32,
|
||||
pub placed_id: Option<i32>,
|
||||
}
|
||||
|
||||
pub enum OrderKind {
|
||||
Limit,
|
||||
ExchangeLimit,
|
||||
Market,
|
||||
ExchangeMarket,
|
||||
Stop,
|
||||
ExchangeStop,
|
||||
StopLimit,
|
||||
ExchangeStopLimit,
|
||||
TrailingStop,
|
||||
Fok,
|
||||
ExchangeFok,
|
||||
Ioc,
|
||||
ExchangeIoc,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user