Skip to content

Commit

Permalink
chore: improve documentation of FillMetadata [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Oct 11, 2020
1 parent 726a350 commit 0d2fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub enum OrderEvent {
/// resting orders, it generates multiple `FillMetadata` values.
#[derive(Debug, PartialEq, Copy, Clone)]
pub struct FillMetadata {
/// The ID of the order that triggered the fill.
/// The ID of the order that triggered the fill (taker).
pub order_1: u128,
/// The ID of the matching order.
pub order_2: u128,
Expand Down

0 comments on commit 0d2fa69

Please sign in to comment.