Skip to content

Commit

Permalink
Remove unused order types
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Bhat committed Aug 24, 2023
1 parent feb1af2 commit f00a3a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sei-cosmwasm/src/sei_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ pub enum PositionDirection {
pub enum OrderType {
Limit = 0,
Market = 1,
Fokmarket = 3, // fill-or-kill market order
Fokmarketbyvalue = 4, // fill-or-kill market by value order
}

#[derive(Serialize_repr, Deserialize_repr, Copy, Clone, Debug, PartialEq, Eq, Hash, JsonSchema)]
Expand Down

0 comments on commit f00a3a0

Please sign in to comment.