Skip to content

Commit

Permalink
DOC: Mention units in display_factor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed May 7, 2024
1 parent 12042b9 commit 468a73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/dbn/src/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@ pub struct InstrumentDefMsg {
#[dbn(fixed_price)]
#[pyo3(get, set)]
pub min_price_increment: i64,
/// The multiplier to convert the venue’s display price to the conventional price.
/// The multiplier to convert the venue’s display price to the conventional price,
/// in units of 1e-9, i.e. 1/1,000,000,000 or 0.000000001.
#[pyo3(get, set)]
pub display_factor: i64,
/// The last eligible trade time expressed as a number of nanoseconds since the
Expand Down

0 comments on commit 468a73b

Please sign in to comment.